IRC logs of #shogun for Wednesday, 2015-03-04

--- Log opened Wed Mar 04 00:00:44 2015
shogun-buildbotbuild #549 of debian wheezy - memcheck is complete: Failure [failed memory check]  Build details are at http://buildbot.shogun-toolbox.org/builders/debian%20wheezy%20-%20memcheck/builds/549  blamelist: Fernando Iglesias <fernando.iglesiasg@gmail.com>, Wu Lin <yorker.lin@gmail.com>00:29
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]00:36
-!- vortex_ape [~vortex_ap@120.59.79.170] has joined #shogun01:57
-!- PirosB3 [~pirosb3@host72-217-dynamic.42-79-r.retail.telecomitalia.it] has quit [Quit: PirosB3]01:58
-!- HeikoS [~heiko@dab-crx1-h-65-9.dab.02.net] has joined #shogun02:22
-!- mode/#shogun [+o HeikoS] by ChanServ02:22
-!- rajul [~rajul@node-4ap.pool-101-108.dynamic.totbb.net] has joined #shogun02:53
shogun-buildbotbuild #858 of nightly_none is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_none/builds/858  blamelist: Wu Lin <yorker.lin@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>, Yingrui Chang <yingryic@gmail.com>03:02
-!- pickle27 [~pickle27@192-0-134-235.cpe.teksavvy.com] has joined #shogun03:15
-!- HeikoS [~heiko@dab-crx1-h-65-9.dab.02.net] has quit [Quit: Leaving.]03:58
-!- rajul [~rajul@node-4ap.pool-101-108.dynamic.totbb.net] has quit [Remote host closed the connection]04:17
-!- pickle27 [~pickle27@192-0-134-235.cpe.teksavvy.com] has quit [Remote host closed the connection]04:21
-!- curiousguy13 [~curiousgu@120.59.106.112] has quit [Ping timeout: 264 seconds]04:40
-!- curiousguy13 [~curiousgu@120.57.230.180] has joined #shogun04:52
-!- vortex_ape [~vortex_ap@120.59.79.170] has quit [Ping timeout: 255 seconds]04:59
-!- vortex_ape [~vortex_ap@120.59.197.178] has joined #shogun04:59
-!- sonne|osx [~sonne@f055163096.adsl.alicedsl.de] has joined #shogun05:45
-!- sonne|osx_ [~sonne@g230135145.adsl.alicedsl.de] has joined #shogun05:59
-!- sonne|osx [~sonne@f055163096.adsl.alicedsl.de] has quit [Ping timeout: 264 seconds]06:02
-!- sonne|osx_ is now known as sonne|osx06:02
shogun-buildbotbuild #976 of nightly_default is complete: Failure [failed notebooks]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/976  blamelist: Wu Lin <yorker.lin@gmail.com>, Fernando Iglesias <fernando.iglesiasg@gmail.com>, Yingrui Chang <yingryic@gmail.com>06:06
-!- vortex_ape [~vortex_ap@120.59.197.178] has quit [Ping timeout: 256 seconds]06:07
-!- sonne|osx [~sonne@g230135145.adsl.alicedsl.de] has quit [Quit: sonne|osx]06:17
-!- rajul [~rajul@node-tuc.pool-101-108.dynamic.totbb.net] has joined #shogun06:31
-!- lambday [c40f106c@gateway/web/freenode/ip.196.15.16.108] has joined #shogun06:41
-!- mode/#shogun [+o lambday] by ChanServ06:41
-!- Bluenotebook_ [~Bluenoteb@106.206.162.189] has joined #shogun07:02
-!- Bluenotebook_ [~Bluenoteb@106.206.162.189] has quit [Read error: Connection reset by peer]07:07
-!- hargup [uid10222@gateway/web/irccloud.com/x-lbzxwrtnogneyrsy] has joined #shogun07:31
-!- Bluenotebook [~Bluenoteb@106.216.216.41] has joined #shogun07:35
-!- Bluenotebook [~Bluenoteb@106.216.216.41] has quit [Read error: Connection reset by peer]07:35
-!- kshitijk [~kshitijk@115.249.18.25] has joined #shogun08:01
-!- johjans [~johjans@83.140.161.134] has joined #shogun08:37
-!- Bluenotebook_ [~Bluenoteb@223.229.158.114] has joined #shogun08:56
-!- Bluenotebook_ [~Bluenoteb@223.229.158.114] has quit [Read error: Connection reset by peer]08:56
-!- kshitijk [~kshitijk@115.249.18.25] has quit [Ping timeout: 256 seconds]08:57
-!- kshitijk [~kshitijk@115.249.18.25] has joined #shogun08:59
-!- miniyou [538ca186@gateway/web/freenode/ip.83.140.161.134] has joined #shogun09:06
-!- Bluenotebook__ [~Bluenoteb@223.229.158.114] has joined #shogun09:16
-!- Bluenotebook__ [~Bluenoteb@223.229.158.114] has quit [Read error: Connection reset by peer]09:16
miniyouHi! I'm using cygwin and can't import modshogun in python. modshogun.py crashes on line 28, in swig_import_helper, on imp.load_module(). I have recreated the error manually: the file is found by imp.find_module(), but can't load it with an "ImportError: No such file or directory". Anyone seen something like this?  http://pastebin.com/6rtYcU4s09:17
miniyou(Disregard lines 6-9 in the paste.) Also, a different question: where should cygshogun-17.dll be placed? After installing, it was only found in build/src/shogun directory. Copying it to current folder allows me to run the examples, but not placing it for example in shogun-install/lib. I've added that folder to LD_LIBRARY_PATH as instructed on https://github.com/shogun-toolbox/shogun/wiki/QUICKSTART09:26
@lisitsynminiyou: not sure about the first question09:30
@lisitsynbut the second is simple09:30
@lisitsynthis .dll should be in whatever folder your system path includes09:31
@lisitsynin linux it would be like /usr/lib09:31
miniyouYeah, that fixed the second question (I misread the path).09:34
-!- kshitijk [~kshitijk@115.249.18.25] has quit [Ping timeout: 256 seconds]09:40
miniyouSolved it!10:00
miniyouMy hypothesis: I thought the "ImportError: No such file or directory" referred to not being able to load _modshogun.dll (even though there was an open filehandle to it!), but it was actually _modshogun.dll that was unable to load cygshogyn-17.dll10:02
miniyouBefore it was in a proper PATH dir10:03
-!- lambday [c40f106c@gateway/web/freenode/ip.196.15.16.108] has quit [Ping timeout: 246 seconds]10:03
miniyouIf that's the case I wouldn't have had the problem if cygshogun-17.dll had been placed in e.g. /usr/bin during install. Anyway, I was able to build and install in less than two days, nice! ;)10:07
@lisitsynminiyou: I am sorry you had to spend that much time :)10:17
@lisitsynglad to hear it is solved10:18
-!- kshitijk [~kshitijk@115.249.18.25] has joined #shogun10:23
-!- Bluenotebook__ [~Bluenoteb@27.57.5.172] has joined #shogun10:36
-!- Bluenotebook__ [~Bluenoteb@27.57.5.172] has quit [Read error: Connection reset by peer]10:36
-!- curiousguy13 [~curiousgu@120.57.230.180] has quit [Ping timeout: 256 seconds]10:40
-!- kshitijk [~kshitijk@115.249.18.25] has quit [Ping timeout: 256 seconds]10:47
-!- curiousguy13 [~curiousgu@120.57.236.40] has joined #shogun10:53
-!- Bluenotebook [~Bluenoteb@27.57.5.172] has joined #shogun10:56
-!- Bluenotebook [~Bluenoteb@27.57.5.172] has quit [Read error: Connection reset by peer]10:56
-!- adityaosp95 [3d108ea6@gateway/web/freenode/ip.61.16.142.166] has joined #shogun11:05
-!- Bluenotebook___ [~Bluenoteb@27.57.5.172] has joined #shogun11:36
-!- Bluenotebook___ [~Bluenoteb@27.57.5.172] has quit [Read error: Connection reset by peer]11:36
-!- Bluenotebook__ [~Bluenoteb@27.57.5.172] has joined #shogun11:56
-!- Bluenotebook__ [~Bluenoteb@27.57.5.172] has quit [Ping timeout: 256 seconds]12:01
-!- lambday [c40f1064@gateway/web/freenode/ip.196.15.16.100] has joined #shogun12:01
-!- mode/#shogun [+o lambday] by ChanServ12:01
-!- HeikoS [~heiko@0544f3ef.skybroadband.com] has joined #shogun12:11
-!- mode/#shogun [+o HeikoS] by ChanServ12:12
@lambdayHeikoS: lisitsyn: hi12:15
@lisitsynlambday: hey12:15
@HeikoSlambday: hi12:16
@lambdaylisitsyn: I support HeikoS's "ML only GSoC next year"12:16
@HeikoShow are things?12:16
@lisitsynlambday: sure12:16
-!- Bluenotebook__ [~Bluenoteb@122.167.104.146] has joined #shogun12:16
@HeikoSlambday: haha :) lets hope we can prepare ground for it12:16
-!- Bluenotebook__ [~Bluenoteb@122.167.104.146] has quit [Read error: Connection reset by peer]12:16
@lambdaylisitsyn: HeikoS: 1. installation issues 2. tutorial 3. refactoring shogun12:16
@lambdayabout 3, we have plugin projects12:17
@HeikoSlambday: yeah these are all good12:19
@HeikoSif we have those things (and BSD) I also can get funding for hackathon12:19
@HeikoSand we can attract more people12:19
@HeikoSJust wonder who can do the installation issues12:19
@HeikoS.....12:19
@HeikoSbecause we kind of fail :)12:19
@lambdaywiking:12:19
@lambdayHeikoS: what do you mean by BSD? entire shogun under BSD instead of what we currently have?12:20
@HeikoSyes12:21
@HeikoSlambday: we have this12:21
@HeikoSlambday:  see pm12:21
@HeikoSlist of who signed to agree on BSD change12:21
@lambdayhmm12:23
@lambdayI think plugin way is the way to go for futuristic shogun..12:25
@lambdaywe have to figure out a shogun core12:25
@lambdayand shogun apps or shogun extensions12:26
@lambdayfeature, kernel machine classifier etc go to core12:26
@lambdaymore sophisticated parts reside outside12:26
@lambdaythis closely relates to the detox idea we have12:27
-!- Bluenotebook_ [~Bluenoteb@122.167.104.146] has joined #shogun12:36
-!- Bluenotebook_ [~Bluenoteb@122.167.104.146] has quit [Read error: Connection reset by peer]12:36
-!- Bluenotebook__ [~Bluenoteb@122.167.104.146] has joined #shogun13:05
-!- Bluenotebook__ [~Bluenoteb@122.167.104.146] has quit [Read error: Connection reset by peer]13:05
-!- lambday [c40f1064@gateway/web/freenode/ip.196.15.16.100] has quit [Ping timeout: 246 seconds]13:11
-!- kshitijk [~kshitijk@115.249.18.25] has joined #shogun13:40
@lisitsynHeikoS: !13:54
@lisitsynmachine learning Q13:54
@lisitsynHeikoS: how bad is PCA trained on say 2% of huge dataset?13:56
@lisitsynI have a feeling that's pretty ok but I am not sure..13:57
-!- abinashm [uid66179@gateway/web/irccloud.com/x-pfhohclukdbdbbmt] has joined #shogun13:59
-!- kshitijk [~kshitijk@115.249.18.25] has quit [Ping timeout: 265 seconds]14:04
-!- nszceta [~nszceta@5356FD51.cm-6-7d.dynamic.ziggo.nl] has joined #shogun14:52
@HeikoSlisitsyn: hey14:54
@HeikoSlisitsyn: that depends on the dataset14:55
@HeikoSwhat you could do is to run for increasing sizes and check whether solution stabilises, if it does, then you can probably get away with it14:55
@lisitsynHeikoS: I am thinking about making tapkee streaming16:07
@lisitsyn:)16:07
@lisitsynHeikoS: cool idea to check whether it stabilizes..16:08
@HeikoSlisitsyn: check my arxiv paper16:11
@HeikoSits on that topic16:11
@HeikoShow to correct for the error that one gets when doing the stabilisation trick16:11
@HeikoSand what to do if it doesnt stabilise16:11
@lisitsynHeikoS: 2013?16:12
@HeikoS201416:15
@HeikoSunbiased big bayes16:15
@HeikoSthere are lots of plots where I did this for some models16:15
@HeikoSand then do something even better ;)16:15
@lisitsynok thanks I'll print it right now ;)16:15
@lisitsynunderground reading16:15
@lisitsynHeikoS: btw people love command line data tools16:17
@HeikoSlisitsyn: its easy to build them using shogun ;)16:17
@lisitsynHeikoS: tapkee was like header library for me but apparently it's sample (sic!) command line interface is used16:18
@HeikoSWe can provide such tools in shogun too16:28
@HeikoSbut thats kind of not the point16:28
@HeikoSI mean it would be good16:28
@HeikoSif we could maintain it ;)16:28
-!- srgnuclear [7449c617@gateway/web/freenode/ip.116.73.198.23] has joined #shogun16:29
-!- srgnuclear [7449c617@gateway/web/freenode/ip.116.73.198.23] has quit [Client Quit]16:30
-!- kshitijk [~kshitijk@115.249.18.25] has joined #shogun16:32
-!- curiousguy13 [~curiousgu@120.57.236.40] has quit [Ping timeout: 246 seconds]16:39
-!- kshitijk [~kshitijk@115.249.18.25] has quit [Ping timeout: 272 seconds]16:48
-!- curiousguy13 [~curiousgu@120.57.224.208] has joined #shogun16:52
-!- miniyou [538ca186@gateway/web/freenode/ip.83.140.161.134] has quit [Ping timeout: 246 seconds]17:14
-!- PirosB3 [~pirosb3@host72-217-dynamic.42-79-r.retail.telecomitalia.it] has joined #shogun17:20
-!- Bluenotebook_ [~Bluenoteb@27.57.39.208] has joined #shogun17:41
-!- Bluenotebook_ [~Bluenoteb@27.57.39.208] has quit [Read error: Connection reset by peer]17:41
-!- HeikoS [~heiko@0544f3ef.skybroadband.com] has quit [Quit: Leaving.]17:50
-!- Bluenotebook__ [~Bluenoteb@27.57.39.208] has joined #shogun18:01
-!- Bluenotebook__ [~Bluenoteb@27.57.39.208] has quit [Read error: Connection reset by peer]18:01
-!- abinashm [uid66179@gateway/web/irccloud.com/x-pfhohclukdbdbbmt] has quit [Quit: Connection closed for inactivity]18:03
-!- PirosB3 [~pirosb3@host72-217-dynamic.42-79-r.retail.telecomitalia.it] has quit [Remote host closed the connection]18:13
-!- PirosB3 [~pirosb3@host72-217-dynamic.42-79-r.retail.telecomitalia.it] has joined #shogun18:17
-!- PirosB3 [~pirosb3@host72-217-dynamic.42-79-r.retail.telecomitalia.it] has quit [Quit: PirosB3]18:29
-!- Bluenotebook__ [~Bluenoteb@27.57.39.208] has joined #shogun18:41
-!- Bluenotebook__ [~Bluenoteb@27.57.39.208] has quit [Ping timeout: 245 seconds]18:45
-!- ankit [~ankit@202.78.172.162] has joined #shogun18:47
-!- ankit_ [~ankit@202.78.172.162] has joined #shogun18:47
-!- ankit_ [~ankit@202.78.172.162] has left #shogun []18:48
-!- Bluenotebook_ [~Bluenoteb@106.206.184.36] has joined #shogun19:01
-!- Bluenotebook_ [~Bluenoteb@106.206.184.36] has quit [Read error: Connection reset by peer]19:01
-!- adityaosp95 [3d108ea6@gateway/web/freenode/ip.61.16.142.166] has quit [Ping timeout: 246 seconds]19:10
-!- zxtx [~zxtx@sunnythinking.org] has quit [Ping timeout: 264 seconds]19:12
-!- zxtx [~zxtx@sunnythinking.org] has joined #shogun19:15
-!- Bluenotebook__ [~Bluenoteb@106.206.184.36] has joined #shogun19:21
-!- Bluenotebook__ [~Bluenoteb@106.206.184.36] has quit [Read error: Connection reset by peer]19:21
-!- kshitijk [~kshitijk@115.249.18.25] has joined #shogun19:25
-!- HeikoS [~heiko@laptop-net.gatsby.ucl.ac.uk] has joined #shogun19:35
-!- mode/#shogun [+o HeikoS] by ChanServ19:35
-!- kshitijk [~kshitijk@115.249.18.25] has quit [Ping timeout: 252 seconds]19:36
-!- kshitijk [~kshitijk@115.249.18.25] has joined #shogun19:41
-!- kshitijk [~kshitijk@115.249.18.25] has quit [Ping timeout: 252 seconds]19:50
-!- rajul [~rajul@node-tuc.pool-101-108.dynamic.totbb.net] has quit [Quit: Leaving]20:30
-!- HeikoS [~heiko@laptop-net.gatsby.ucl.ac.uk] has quit [Quit: Leaving.]20:52
-!- ankit [~ankit@202.78.172.162] has quit [Ping timeout: 244 seconds]21:40
-!- nszceta [~nszceta@5356FD51.cm-6-7d.dynamic.ziggo.nl] has quit [Quit: Textual IRC Client: www.textualapp.com]21:44
-!- nszceta [~nszceta@5356FD51.cm-6-7d.dynamic.ziggo.nl] has joined #shogun21:46
-!- nszceta [~nszceta@5356FD51.cm-6-7d.dynamic.ziggo.nl] has quit [Max SendQ exceeded]21:46
-!- nszceta [~nszceta@5356FD51.cm-6-7d.dynamic.ziggo.nl] has joined #shogun21:47
-!- curiousguy13 [~curiousgu@120.57.224.208] has quit [Ping timeout: 252 seconds]22:42
-!- nszceta [~nszceta@5356FD51.cm-6-7d.dynamic.ziggo.nl] has quit [Quit: My Mac has gone to sleep. ZZZzzz...]23:04
-!- adityaosp95 [3d108ea6@gateway/web/freenode/ip.61.16.142.166] has joined #shogun23:10
-!- adityaosp95 [3d108ea6@gateway/web/freenode/ip.61.16.142.166] has quit [Client Quit]23:11
-!- hargup [uid10222@gateway/web/irccloud.com/x-lbzxwrtnogneyrsy] has quit [Quit: Connection closed for inactivity]23:41
-!- PirosB3 [~pirosb3@host72-217-dynamic.42-79-r.retail.telecomitalia.it] has joined #shogun23:49
--- Log closed Thu Mar 05 00:00:45 2015

Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!