IRC logs of #shogun for Thursday, 2012-07-26

--- Log opened Thu Jul 26 00:00:17 2012
wikingblackburn: :D00:09
wikingblackburn: that define is actually funny00:10
blackburnyeah00:10
wikingmmmm i'm wondering what's going to go on with the new llvm 4 compiler00:21
wikingwill see in 2 weeks i guess...00:23
CIA-18shogun: Sergey Lisitsyn master * r09b53b5 / src/shogun/lib/malsar/malsar_joint_feature_learning.cpp : Fixes for MALSAR JFL - http://git.io/C9axng00:24
blackburnwiking: do you have a lot of eigen3 warnings?00:34
wikingblackburn: noup00:34
blackburnwiking: is it enabled?00:35
wikingyep yep00:35
wikingever since the new patch00:35
blackburnhmm00:35
blackburnok I installed latest eigen and it is ok now00:51
-!- needsch175 [~user@ip-176-198-229-75.unitymediagroup.de] has quit [Ping timeout: 255 seconds]01:13
-!- blackburn [~blackburn@109.226.92.17] has quit [Quit: Leaving.]01:17
shogun-buildbotbuild #34 of nightly_none is complete: Failure [failed compile]  Build details are at http://www.shogun-toolbox.org/buildbot/builders/nightly_none/builds/3403:02
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has joined #shogun06:14
n4nd0good morning!06:15
-!- tiger_eye [~tiger_eye@rrcs-24-106-116-254.central.biz.rr.com] has quit [Ping timeout: 264 seconds]07:59
-!- uricamic [~uricamic@2001:718:2:1634:e1e9:d0ba:e300:28d3] has joined #shogun08:45
-!- tiger_eye [~tiger_eye@rrcs-24-106-116-254.central.biz.rr.com] has joined #shogun08:45
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has quit [Ping timeout: 276 seconds]09:24
-!- pluskid [~pluskid@li411-226.members.linode.com] has joined #shogun09:34
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has joined #shogun09:55
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has quit [Quit: Page closed]10:11
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has joined #shogun10:59
yoohi there11:00
yooafter adding (with blackburn)  ms_output->output_custom_evaluations(result_labels, m_labels) in crossvalidation->evaluate_one_run()  line 220, I add the same line 302 for machine with data unlocked (most machines I use) and I get a seg fault when calling m_custom_evaluations->get_num_elements()11:03
yoocould someone explain me why ?11:03
-!- needsch [~user@ip-176-198-229-75.unitymediagroup.de] has joined #shogun11:06
-!- pluskid [~pluskid@li411-226.members.linode.com] has quit [Ping timeout: 276 seconds]12:03
-!- pluskid [~pluskid@111.120.11.49] has joined #shogun12:22
-!- hoijui [~hoijui@dslb-088-074-122-056.pools.arcor-ip.net] has joined #shogun13:55
-!- thegruel [c1aa8a84@gateway/web/freenode/ip.193.170.138.132] has joined #shogun15:02
thegruelHi all15:02
thegruelIs there a ModelSelection expert in the house?15:07
-!- pluskid [~pluskid@111.120.11.49] has quit [Quit: Leaving]15:13
thegruelAnyway... I was wondering if there is a model selection strategy in Shogun that allows selecting C1/C2 for libSVM but avoids the full grid search, ideally by enforcing C1=C2.15:14
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has joined #shogun15:39
-!- blackburn [~blackburn@109.226.92.17] has joined #shogun15:53
blackburnyoo: oops15:58
blackburnI just forgot to initialize it :D16:01
CIA-18shogun: Sergey Lisitsyn master * r57d6371 / (2 files in 2 dirs): Added missed initialization of custom evaluations array - http://git.io/RgVuwg16:03
blackburnthegruel: we are kinda working on it16:07
blackburn:)16:07
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has quit [Ping timeout: 245 seconds]16:27
-!- thegruel [c1aa8a84@gateway/web/freenode/ip.193.170.138.132] has quit [Ping timeout: 245 seconds]16:42
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has quit [Ping timeout: 252 seconds]16:52
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has joined #shogun18:04
yooblackburn: hi18:04
blackburnyoo: hi18:04
yooblackburn: I ve seen your fix but didnt solve the pb on my machine18:04
blackburnyoo: still segfault?18:04
yooblackburn: yep, I am trying to reproduce the pb with simple shogun example18:05
yoogive me a minute18:05
blackburnwould be nice18:05
yoodo you have the link I gave you last night ?18:06
-!- puffin444 [62e3926e@gateway/web/freenode/ip.98.227.146.110] has joined #shogun18:06
yooblackburn: ok this one http://pastebin.com/c7wKje0H : change the inputs and add msoutput as well =)18:07
blackburnokay give me a minute18:07
blackburnyoo: so what exactly faults?18:08
blackburnadding a custom evaluation to output?18:08
yooblackburn: CModelSelectionOutput *ms_output = new CModelSelectionOutput(); how adding a custom eval to this obj ?18:10
blackburnyoo: well actually it works here with latest git18:11
blackburnyoo: ms_output->add_evaluation(new CMulticlassAccuracy()) will output you a confusion matrix on each split18:12
yooblackburn: ok sorry my bad, I didnt go throw your new add_custom function18:12
yooblackburn: works perfectly18:12
yooblackburn: btw what the best method if I want to store those matrices into files, is there interaction possible between msoutput and any filestorage obect  ?18:14
blackburnyoo: yeah I thought of it18:15
blackburnI can do that18:15
yooblackburn: the object msoutput dont store anythg right ? it just print the matrices ?18:15
blackburnexactly18:15
yoowell18:15
blackburnyoo: I will just add output to ostream18:16
yoosure but then evrythg ll be printed, mb it should be smthg like the msoutput store data and then interact with what ever we need ?18:17
yoothen we can draw smthg, compare different confusion matrices .. etc .. without parsing a file with every outputs ..18:18
blackburnyoo: hmm okay I will do that this way then18:18
blackburnI don't mind any18:18
yooIt is mb more the way msoutput is designed for since your passng the obj in argument .. dunno :p18:19
yoothanks again for this great support !18:19
-!- yoo [2eda6d52@gateway/web/freenode/ip.46.218.109.82] has quit [Quit: Page closed]18:23
-!- uricamic [~uricamic@2001:718:2:1634:e1e9:d0ba:e300:28d3] has quit [Quit: Leaving.]18:28
-!- hoijui [~hoijui@dslb-088-074-122-056.pools.arcor-ip.net] has quit [Ping timeout: 272 seconds]19:21
-!- alexlovesdata [~binder@gwlan56.first.fraunhofer.de] has joined #shogun19:41
alexlovesdataHi students, ... did anybody of you qualify for London Olympics, lol?19:42
blackburnalexlovesdata: I failed to :(19:43
blackburnfor vodka pong19:43
alexlovesdataye, in Russia competition for that discipline is indeed hard and your liver might not be fresh anymore19:46
blackburnbeing professional is a hard job19:47
alexlovesdataunfortunately unreadable code which still works is not accepted yet19:47
alexlovesdataotherwise I oculd have tried19:47
blackburn:D19:47
alexlovesdatano there was a mail by Carol Smith from google rumoring about that ... so the question has a grain of truth19:48
blackburnchances are it goes to the special olympics program19:49
blackburnvery special :D19:49
-!- hoijui [~hoijui@dslb-088-074-122-056.pools.arcor-ip.net] has joined #shogun21:20
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has joined #shogun21:32
n4nd0good evening people21:37
blackburnn4nd0: evening21:52
blackburnn4nd0: how is it going?22:01
n4nd0blackburn: fine, working hard these last days :)22:02
n4nd0blackburn: what about you?22:02
blackburnn4nd0: thinking about subsets :) very philosophical :D22:04
-!- blackburn [~blackburn@109.226.92.17] has quit [Quit: Leaving.]22:05
-!- blackburn [~blackburn@109.226.92.17] has joined #shogun22:06
n4nd0blackburn: haha, for your project or just for fun?22:06
blackburnn4nd0: well I have to make multitask stuff work with subsets22:06
blackburnthinking how to approach it better22:07
n4nd0good22:08
blackburnn4nd0: it is required to make xval work actually22:08
n4nd0blackburn: good luck with it then ;)22:11
droopyn4nd0, ;)22:11
n4nd0I am sure you will find a good approach22:11
blackburnheh thanks22:11
blackburnn4nd0: did you ever actually use that xval and model selection stuff?22:12
n4nd0blackburn: no!22:17
n4nd0but I think I must look into it22:17
blackburnn4nd0: yeah at some point22:17
n4nd0I know the concepts but I think I have never used them "for real"22:18
n4nd0so I am not familiarized with them22:18
wikingpijuuuuuu22:29
wikingdroopy pong22:30
droopywiking: and sgmatrix?22:30
blackburnn4nd0: do you still follow boyd cvxopt book?22:30
wikingalexlovesdata: yo22:32
wikingalexlovesdata: have u seen my email?22:32
wikingblackburn: btw this is some crazy ass russian movie: http://www.imdb.com/title/tt0445161/22:32
blackburnwiking: I've never seen22:33
wikingblackburn: u should, just for the fun of it :)22:33
droopyhihi22:33
blackburnwiking: my always-number-one is ??????? ??????22:33
blackburnwiking: http://www.imdb.com/title/tt1003080/22:34
blackburnoh the story on imdb is damn cool22:35
n4nd0blackburn: I have abandoned it for the last few weeks to tell the truth, why?22:41
n4nd0:(22:41
blackburnn4nd0: just interested22:42
n4nd0blackburn: ok, are you following it?22:45
blackburnn4nd0: no :) I am way too lazy22:45
n4nd0haha, I don't think so22:46
n4nd0I see you're busy around here22:46
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has quit [Ping timeout: 246 seconds]22:55
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has joined #shogun22:56
@sonney2k!seen gsomix23:15
droopygsomix (~gsomix@188.168.128.107) was last seen quitting from #shogun 1 day, 7 hours, 41 minutes ago stating (Read error: Operation timed out).23:15
n4nd0!see n4nd023:18
n4nd0!seen n4nd023:18
droopyn4nd0, go look in a mirror.23:18
n4nd0haha23:18
n4nd0sonney2k: you can keep track of us with this :D23:18
blackburnsonney2k: he did send PR yesterday I think23:19
blackburnbut actually he is offline in jabber and irc :)23:20
@sonney2kblackburn, he told me that he is on some long train ride...23:22
blackburnhmm23:22
blackburnto vladivostok?23:22
@sonney2kheh23:22
blackburnit takes 8 days btw23:23
blackburnbut I am sure he won't visit vladivostok :D23:23
n4nd08 days in train without changing country, that's crazy :D23:26
blackburnn4nd0: if there was a better road it would take less time I think23:27
@sonney2kn4nd0, in germany that is no problem - we have the 'deutsche bahn'23:27
@sonney2kmost reliable way to transport ever!23:27
blackburnsonney2k: I won23:27
blackburnt believe23:27
blackburnsomething in germany works bad23:28
@sonney2kblackburn, won what?23:28
blackburnsonney2k: pressed enter by mistake :)23:28
blackburnread as one sentence23:28
@sonney2kahh23:29
@sonney2kyou should then :D23:29
blackburnsonney2k: no way, why?23:30
blackburnin russia we had 70 years of red madness and 20 years of robbery and thievery so there is a serious reason why all works so bad23:31
@sonney2kblackburn, was it ever better?23:31
blackburnsonney2k: hmm is it better in west germany? :)23:32
@sonney2kbut I can assure you that things are not totally different in germany23:32
blackburnsonney2k: that's the only hope of immigrants don't take it away :D23:35
n4nd0good night!23:40
blackburnn4nd0: nite23:40
-!- alexlovesdata [~binder@gwlan56.first.fraunhofer.de] has left #shogun []23:44
-!- n4nd0 [~nando@h121n3-ksg-a11.ias.bredband.telia.com] has quit [Ping timeout: 250 seconds]23:45
-!- zxtx [~zv@33.sub-174-235-192.myvzw.com] has joined #shogun23:57
-!- hoijui [~hoijui@dslb-088-074-122-056.pools.arcor-ip.net] has quit [Quit: Leaving]23:57
-!- puffin444 [62e3926e@gateway/web/freenode/ip.98.227.146.110] has quit [Quit: Page closed]23:57
--- Log closed Fri Jul 27 00:00:17 2012

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