IRC logs of #shogun for Thursday, 2016-06-30

--- Log opened Thu Jun 30 00:00:01 2016
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has joined #shogun00:26
-!- mode/#shogun [+o HeikoS] by ChanServ00:26
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has quit [Client Quit]00:31
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has joined #shogun00:43
-!- mode/#shogun [+o HeikoS] by ChanServ00:43
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has quit [Ping timeout: 244 seconds]00:52
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has joined #shogun00:58
-!- mode/#shogun [+o HeikoS] by ChanServ00:58
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun01:26
shogun-notifier-shogun: Fredrik Hallgren :develop * 47da032 / src/shogun/regression/KRRNystrom.cpp: https://github.com/shogun-toolbox/shogun/commit/47da0320ea3f6b34af0760f039f84a57e7f20ab201:26
shogun-notifier-shogun: Fix c++0x error01:26
shogun-notifier-shogun: Heiko Strathmann :develop * 375dbd8 / src/shogun/regression/KRRNystrom.cpp: https://github.com/shogun-toolbox/shogun/commit/375dbd81d10e04d8008dea10c65eb5664992bddb01:26
shogun-notifier-shogun: Merge pull request #3325 from cfjhallgren/nystrom_krr01:26
shogun-notifier-shogun:01:26
shogun-notifier-shogun: Fix c++0x error01:26
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has quit [Quit: Leaving.]01:26
shogun-buildbotbuild #1272 of precise - libshogun is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/1272  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>01:33
shogun-buildbotbuild #2917 of bsd1 - libshogun is complete: Failure [failed configure]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2917  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>01:36
shogun-buildbotbuild #57 of xenial - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/xenial%20-%20libshogun/builds/57  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>01:37
shogun-buildbotbuild #4 of FC23 - libshogun - aarch64 is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FC23%20-%20libshogun%20-%20aarch64/builds/4  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>02:16
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has joined #shogun02:50
OXPHOSwiking: there? I just installed ninja and now I have problems making GoogleMock: http://pastebin.com/YJ9j6bKk any idea why?03:00
@wikingyes03:14
shogun-notifier-shogun: Viktor Gal :develop * 341846c / tests/unit/regression/lars_unittest.cc: https://github.com/shogun-toolbox/shogun/commit/341846c265df725f1e432064cb359a18465b63ed03:14
shogun-notifier-shogun: LARS requires linalg backend that requires C++1103:14
@wikingeh ok03:14
@wikinglemme se03:14
@wikinge03:14
@wikingwtf is liblto_plugin03:14
@wiking:)03:14
@wikinglemme just check03:14
@wikingOXPHOS: which linux do you use?03:15
@wikingi mean distr+version03:15
OXPHOSwiking: suppose to be like this ? - Darwin Kernel Version 14.5.0: Thu Apr 21 20:40:54 PDT 2016; root:xnu-2782.50.3~1/RELEASE_X86_6403:18
@wikingah so you are on mac? :)03:19
OXPHOSunfortunately yes..03:19
@wikingno its ok03:19
@wikingi'm using that as well03:19
@wikingit should work03:19
@wikingi.e. worksforme03:19
OXPHOSglad to know that..03:19
@wikingok so wtf  :)03:20
@wikingyou use brew?03:20
@wikingi.e. for installing eigen etc?03:20
OXPHOSso it requires googlemock during make, and i got error making googlemock, but it is actually run-able03:20
OXPHOSyes03:20
OXPHOSbrew install ninja03:20
-!- GandalfTheWizard [~Eva@112.10.170.115] has joined #shogun03:20
@wikingaaah that's thaaaaaaaaaaaaat ninja03:20
@wikingand how did you run cmake? :)03:20
OXPHOScmake -DENABLE_TESTING=on ..03:21
@wikingthat will not use ninja yet03:21
@wikingcmake -GNinja -DENABLE_TESTING=on ..03:21
@wikingand then run: ninja03:21
OXPHOSso I HAVE TO enable ninja everytime? what if i just want a regular make..03:22
OXPHOShonestly i'm not totally sure ninja is the reason. but the problem pops up after the install03:23
OXPHOSand un-install cannot rescue it..03:23
@wikingbut wait03:24
@wikingi mean do you want to use ninja or make03:24
@wikingdecide03:24
@wikingand then see wtf03:24
@wiking:)03:24
OXPHOSwiking: so I have to choose..? make.03:25
@wikingi dont care03:26
@wikingok so then03:26
@wikingrm -rf build03:26
@wikingmkdir build03:26
@wikingcd build03:26
@wikingcmake -DENABLE_TESTING=on ..03:26
@wikingmake -j203:26
@wikingand tell me what's the error03:26
OXPHOSwiking: http://pastebin.com/qhZNYPnH03:29
@wikingdid you move this from a windows machine? :)03:31
@wikingi mean linux03:31
@wikingbecause this doesn't make any sense03:31
@wikingcan you please03:31
@wikingrm -rf /Users/zora/Github/shogun/third_party/03:31
@wikingand rerun the whole cmake && make03:32
@wikingand i wonder why /usr/local/bin/ranlib03:32
OXPHOSno i didn't..lemme try03:32
@wikingbecause it doesn't make sense03:32
@wikingthat it's trying to find .so03:32
@wikingwhen in mac it's everything dylib03:32
-!- c4goldsw [32cf3802@gateway/web/cgi-irc/kiwiirc.com/ip.50.207.56.2] has joined #shogun03:33
c4goldswwiking ping03:33
@wikingpong03:35
c4goldswDoing well?03:35
c4goldswwiking well, I am!  I'm going down the Grand Canyon in a raft for two weeks, in two days.03:36
OXPHOSwiking: I rm -rf build; rm -rf path_to_third party (and I checked manually it IS removed); mkdir and cmake again. I got the same error03:39
c4goldswTrying to wrap up my PR.  I think everything is in order except for a bug I'm getting when trying to compile it: https://travis-ci.org/shogun-toolbox/shogun/jobs/140976857#L1527 .  Suggestions?03:39
c4goldswHey OXPHOS03:39
OXPHOSc4goldsw: hey! having fun?03:40
c4goldswI am!  It's good to be in the states, the food is great.  And everything is cheap.03:40
c4goldswsuper cheap03:40
@wikingc4goldsw: cheking03:43
@wikingsorry03:43
@wikingwas having some meeting03:43
@wikingOXPHOS: woaaaaaaaaah :)03:43
c4goldswAh, its fine.  Where are you based any way?03:44
@wikingOXPHOS: i need your full make/cmake output03:44
@wikingc4goldsw: singapore03:44
c4goldswWoah, cool.03:44
c4goldswI lived in Malaysia for five years.03:44
@wikingwhere abouts?03:44
shogun-buildbotbuild #21 of clang - thread analysis is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang%20-%20thread%20analysis/builds/21  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>, OXPHOS <engelzora@gmail.com>03:44
c4goldswMiri (in Borneo) then KL for six months03:44
c4goldswBetween the age of 5 and 10.03:44
@wikinghehe nice :)03:44
c4goldswGood times03:44
@wikingc4goldsw: mmm this is weird03:45
@wikingi'll look into this bug03:45
@wikingas for now i can only think about that for some reason03:45
@wikingeigen is not being imported03:45
@wikingbut then again03:45
@wikingwait a second03:45
OXPHOSc4goldsw: haha compared to Europe?03:45
OXPHOSwiking: sure03:45
@wikingc4goldsw: ok so this is gonna hurt us in the long run :S03:46
@wikingc4goldsw: it's not your thing03:46
@wikingmmm03:46
@wikingdunno03:46
@wikinglemme debug this for you c4goldsw as soon as i have time03:46
@wikingc4goldsw: if you happen to have the PythonModular compilation on your machine03:47
@wikingand the same error03:47
c4goldswwiking Wait!  I haven't imported eigen3 in the .cpp file!03:47
c4goldswand Yes03:47
c4goldswBut it runs for the non-swig stuff.03:47
@wikingc4goldsw: which cpp?03:47
c4goldswDenseFeatures.cpp03:47
@wikingyeah i mean something is with eigen3 not being imported03:47
c4goldswThat's where the function is based03:47
c4goldswAh wait, it is in there, nvm.03:48
@wikingmmm waht do you mean DenseFeatures.cpp ?:)03:48
@wikinglemme check on that pr :)03:48
shogun-buildbotbuild #19 of clang - undefined behaviour analysis is complete: Failure [failed compile]  Build details are at http://buildbot.shogun-toolbox.org/builders/clang%20-%20undefined%20behaviour%20analysis/builds/19  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>, OXPHOS03:48
shogun-buildbot<engelzora@gmail.com>03:48
c4goldswwiking: https://github.com/shogun-toolbox/shogun/pull/3313/files#diff-f136cb3e4194efacce9b4676f58cabfaR35603:48
c4goldswOXPHOS I lived in a really small community when I was growing up - everyone knew everyone.  It's hard to beat that anywhere.03:49
c4goldswOXPHOS: + being able to run in the Jungle, living next to a beach, being able to cycle to your friend's place and school, etc.03:50
@wikingtypename SGMatrix<ST>::EigenMatrixXtMap eMap = feature_matrix;03:51
OXPHOSwiking: http://pastebin.com/X9j1VVi103:51
@wikingshoudl be this rather03:51
@wikingSGMatrix<ST>::EigenMatrixXtMap eMap(feature_matrix)03:51
@wiking?03:51
OXPHOSc4goldsw yeah it's kinda hard to imagine03:52
OXPHOSc4goldsw I heard from a French friend that his left led to the huge change of boy-girl balance in his town. Not sure bragging or not XD03:52
@wikingOXPHOS: whats the output of this ls -la /usr/local/bin/ranlib03:53
c4goldswwiking Ah, now I understand what you were saying03:53
OXPHOSwiking: lrwxr-xr-x  1 zora  admin  12 Mar 17 11:06 /usr/local/bin/ranlib -> gcc-ranlib-503:53
@wikingok there's some serious problem with your setup03:54
@wikingbecause you are on the one hand03:54
@wikingusing clang as a compiler03:54
@wikingbut then using gcc5's ranlib03:54
c4goldswwiking: What's the difference between the two?03:56
OXPHOSwiking: can I just remove one of them?03:57
c4goldswSo, I understand that in order to create an eigen map you'd use typename SGMatrix<ST>::EigenMatrixXtMap eMap(feature_matrix) (according to this (https://eigen.tuxfamily.org/dox/group__TutorialMapClass.html) at least) , but typename SGMatrix<ST>::EigenMatrixXtMap eMap = feature_matrix; seems to work.04:02
@wikingOXPHOS: move? what do  you mean move?04:32
@wikingOXPHOS: either make it that it uses gcc5 for compilation04:32
@wikingor that you use another ranlib04:32
@wikingbut this is just because the env is !@#$04:32
@wikingso i cannot help more04:32
@wikingbrew uninstall gcc504:32
@wikingor something should definitely solve it04:33
OXPHOSwiking: okay lemme try. thx!04:40
-!- c4goldsw [32cf3802@gateway/web/cgi-irc/kiwiirc.com/ip.50.207.56.2] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]04:48
-!- c4goldsw [32cf3802@gateway/web/cgi-irc/kiwiirc.com/ip.50.207.56.2] has joined #shogun04:50
-!- mizari [~mizari@95-174-213-100.nts.su] has joined #shogun04:57
-!- GandalfTheWizard [~Eva@112.10.170.115] has quit [Quit: Leaving.]05:30
shogun-buildbotbuild #31 of memleak - valgrind is complete: Failure [failed memory check generate html]  Build details are at http://buildbot.shogun-toolbox.org/builders/memleak%20-%20valgrind/builds/31  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>, OXPHOS <engelzora@gmail.com>05:33
shogun-buildbotbuild #1032 of nightly_none is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_none/builds/1032  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>, OXPHOS <engelzora@gmail.com>05:45
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]06:14
-!- c4goldsw [32cf3802@gateway/web/cgi-irc/kiwiirc.com/ip.50.207.56.2] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]06:18
shogun-buildbotbuild #1162 of nightly_default is complete: Failure [failed test notebooks]  Build details are at http://buildbot.shogun-toolbox.org/builders/nightly_default/builds/1162  blamelist: Heiko Strathmann <heiko.strathmann@gmail.com>, Esben Sorig <esben@sorig.eu>, Fredrik Hallgren <fredrik.hallgren@ucl.ac.uk>, OXPHOS <engelzora@gmail.com>06:27
shogun-buildbotbuild #2918 of bsd1 - libshogun is complete: Failure [failed configure]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2918  blamelist: Viktor Gal <viktor.gal@maeth.com>06:38
shogun-buildbotbuild #58 of xenial - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/xenial%20-%20libshogun/builds/58  blamelist: Viktor Gal <viktor.gal@maeth.com>06:38
shogun-buildbotbuild #1273 of precise - libshogun is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/precise%20-%20libshogun/builds/127306:41
-!- c4goldsw [32cf3802@gateway/web/cgi-irc/kiwiirc.com/ip.50.207.56.2] has joined #shogun06:44
-!- c4goldsw [32cf3802@gateway/web/cgi-irc/kiwiirc.com/ip.50.207.56.2] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]06:49
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun06:50
shogun-notifier-shogun: Viktor Gal :develop * 7760453 / tests/unit/base/main_unittest.cc: https://github.com/shogun-toolbox/shogun/commit/7760453d45973c6493d774982b394ff3136ecce206:50
shogun-notifier-shogun: Turn on debugging mode for unit tests06:50
@wikingshogun-buildbot: force build --branch=develop 'memleak - valgrind'06:51
shogun-buildbotThe build has been queued, I'll give a shout when it starts06:51
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has quit [Ping timeout: 250 seconds]07:01
shogun-buildbotbuild #32 forced07:11
shogun-buildbotI'll give a shout when the build finishes07:11
shogun-buildbotbuild #2919 of bsd1 - libshogun is complete: Failure [failed configure]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2919  blamelist: Viktor Gal <viktor.gal@maeth.com>07:19
shogun-buildbotbuild #59 of xenial - libshogun is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/xenial%20-%20libshogun/builds/59  blamelist: Viktor Gal <viktor.gal@maeth.com>07:20
shogun-buildbotbuild #5 of FC23 - libshogun - aarch64 is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FC23%20-%20libshogun%20-%20aarch64/builds/5  blamelist: Viktor Gal <viktor.gal@maeth.com>07:22
-!- GandalfTheWizard [~Eva@112.10.170.115] has joined #shogun07:43
-!- GandalfTheWizard [~Eva@112.10.170.115] has quit [Read error: Connection timed out]08:00
-!- GandalfTheWizard [~Eva@112.10.170.115] has joined #shogun08:01
shogun-buildbotbuild #6 of FC23 - libshogun - aarch64 is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FC23%20-%20libshogun%20-%20aarch64/builds/6  blamelist: Viktor Gal <viktor.gal@maeth.com>08:04
Saurabh7whats different about this , doesnt fail here08:18
@wikingSaurabh7: yeah that's a differnt story... it's ARM64 bit08:33
Saurabh7wiking: I see, I dont get how to fix it tho08:40
Saurabh7I mean how does it change things08:41
@wikingwell that's why it is called portable code08:42
@wikingthat it runs regadless of arch/distro08:42
-!- GandalfTheWizard [~Eva@112.10.170.115] has quit [Quit: Leaving.]09:02
-!- sanuj [~sanuj@117.203.8.125] has joined #shogun09:10
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has joined #shogun09:11
sanujB-ZDM-G, there?09:11
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has quit [Quit: Page closed]09:32
shogun-buildbotbuild #32 of memleak - valgrind is complete: Failure [failed memory check generate html]  Build details are at http://buildbot.shogun-toolbox.org/builders/memleak%20-%20valgrind/builds/3209:45
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]09:50
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has joined #shogun09:52
@wikingOK WTF IS THIS10:16
@wiking\i'm so ooo fucking tired10:16
@wikingof cleaning up other People's shit10:16
shogun-buildbotbuild #616 of deb1 - libshogun - PR is complete: Failure [failed cookbook]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb1%20-%20libshogun%20-%20PR/builds/616  blamelist: OXPHOS10:22
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has joined #shogun10:28
-!- mode/#shogun [+o HeikoS] by ChanServ10:28
sanujHeikoS, yo10:36
sanujgot time?10:36
sanuji'm preparing my timeline10:36
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has quit [Quit: Leaving.]10:42
-!- sonney2k_ [~shogun@7nn.de] has joined #shogun11:01
shogun-buildbotbuild #617 of deb1 - libshogun - PR is complete: Success [build successful]  Build details are at http://buildbot.shogun-toolbox.org/builders/deb1%20-%20libshogun%20-%20PR/builds/61711:06
-!- Netsplit *.net <-> *.split quits: sonney2k11:09
-!- sanuj [~sanuj@117.203.8.125] has quit [Ping timeout: 246 seconds]11:20
-!- mizari [~mizari@95-174-213-100.nts.su] has quit [Read error: Connection reset by peer]11:22
-!- lambday [8028b10a@gateway/web/freenode/ip.128.40.177.10] has joined #shogun12:18
-!- mode/#shogun [+o lambday] by ChanServ12:18
@lambdaywiking: hey12:34
-!- lambday [8028b10a@gateway/web/freenode/ip.128.40.177.10] has quit [Ping timeout: 250 seconds]12:42
-!- HeikoS_web [8028d5f1@gateway/web/freenode/ip.128.40.213.241] has quit [Ping timeout: 250 seconds]12:43
-!- OXPHOS [c68f0c0c@gateway/web/freenode/ip.198.143.12.12] has quit [Ping timeout: 250 seconds]12:43
-!- wiking [~wiking@huwico/staff/wiking] has quit [Ping timeout: 252 seconds]12:44
-!- OXPHOS [c0a906af@gateway/web/freenode/ip.192.169.6.175] has joined #shogun12:45
-!- wiking [~wiking@info2k1.hu] has joined #shogun12:48
-!- HeikoS [~heiko@nat-208-64.internal.eduroam.ucl.ac.uk] has joined #shogun13:01
-!- mode/#shogun [+o HeikoS] by ChanServ13:01
@HeikoSSaurabh7: jojo13:01
-!- sanuj [~sanuj@117.203.8.125] has joined #shogun13:14
-!- wiking [~wiking@info2k1.hu] has quit [Changing host]13:20
-!- wiking [~wiking@huwico/staff/wiking] has joined #shogun13:20
-!- mode/#shogun [+o wiking] by ChanServ13:20
OXPHOSwiking: the problem is solved. I just did brew upgrade..13:28
sanujHeikoS, there?13:34
-!- sanuj [~sanuj@117.203.8.125] has quit [Ping timeout: 276 seconds]14:00
-!- sanuj [~sanuj@117.203.8.125] has joined #shogun14:12
Saurabh7HeikoS: yo14:14
-!- sanuj [~sanuj@117.203.8.125] has quit [Ping timeout: 260 seconds]15:15
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun15:21
shogun-notifier-shogun: lambday :develop * 22c4b91 / src/shogun/distance/EuclideanDistance.cpp: https://github.com/shogun-toolbox/shogun/commit/22c4b91fc81fdd4f165cb7e4849f0934e7827bcf15:21
shogun-notifier-shogun: removed debug msg from euclidean distance15:21
-!- lambday [8028b10a@gateway/web/freenode/ip.128.40.177.10] has joined #shogun15:22
-!- mode/#shogun [+o lambday] by ChanServ15:22
shogun-buildbotbuild #2920 of bsd1 - libshogun is complete: Failure [failed configure]  Build details are at http://buildbot.shogun-toolbox.org/builders/bsd1%20-%20libshogun/builds/2920  blamelist: lambday <heavensdevil6909@gmail.com>15:29
-!- OXPHOS [c0a906af@gateway/web/freenode/ip.192.169.6.175] has quit [Ping timeout: 250 seconds]15:44
shogun-notifier-shogun: lambday :feature/bigtest * 5d6b9b9 / / (8 files): https://github.com/shogun-toolbox/shogun/commit/5d6b9b99c933b406f3caa8485b979079317db39615:57
shogun-notifier-shogun: renamed xvalidation to cross-validation15:57
shogun-notifier-shogun: lambday :feature/bigtest * f28eacd / / (9 files): https://github.com/shogun-toolbox/shogun/commit/f28eacdc71b4e84145356c63b6eadac75531d52415:57
shogun-notifier-shogun: added permutation test for cross-validation for precomputed kernels15:57
shogun-notifier-shogun: lambday :feature/bigtest * 5b4e1b7 / src/interfaces/modular/Statistics.i: https://github.com/shogun-toolbox/shogun/commit/5b4e1b7dfe7bc146dd9fd2cf294aa6a89768a24b15:57
shogun-notifier-shogun: added newobject to compute_distance and compute_joint_distance methods15:57
shogun-notifier-shogun: lambday :feature/bigtest * 977ee25 / / (2 files): https://github.com/shogun-toolbox/shogun/commit/977ee25ff0e7588aacee70e417e99c9971d5cbeb15:57
shogun-notifier-shogun: removed some debug messages from cross-validation15:57
shogun-buildbotbuild #7 of FC23 - libshogun - aarch64 is complete: Failure [failed test]  Build details are at http://buildbot.shogun-toolbox.org/builders/FC23%20-%20libshogun%20-%20aarch64/builds/7  blamelist: lambday <heavensdevil6909@gmail.com>16:09
-!- travis-ci [~travis-ci@ec2-54-211-68-35.compute-1.amazonaws.com] has joined #shogun16:32
travis-ciit's lambday's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/14134771716:32
-!- travis-ci [~travis-ci@ec2-54-211-68-35.compute-1.amazonaws.com] has left #shogun []16:32
-!- sanuj [~sanuj@117.203.8.125] has joined #shogun16:46
-!- sanuj [~sanuj@117.203.8.125] has quit [Ping timeout: 276 seconds]17:04
-!- sanuj [~sanuj@117.203.8.125] has joined #shogun17:22
-!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-wlacyikiyzqrkfcs] has left #shogun []18:15
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]18:57
-!- shogun-notifier- [~irker@7nn.de] has joined #shogun19:05
shogun-notifier-shogun: Heiko Strathmann :feature/kernel_exp_family * c0023a6 / / (22 files): https://github.com/shogun-toolbox/shogun/commit/c0023a603c92955dfc22f5098fc2128d95db5c1819:05
shogun-notifier-shogun: big refactor:19:05
shogun-notifier-shogun: -pulled out kernel class19:05
shogun-notifier-shogun: -pulled out impl base class19:05
shogun-notifier-shogun: -nested namespace in impl19:05
shogun-notifier-shogun: -classname cleanups19:05
shogun-notifier-shogun: lambday :feature/bigtest * 15fb8ce / src/shogun/ (8 files): https://github.com/shogun-toolbox/shogun/commit/15fb8ced3cf9dbb4feb32ab35f9d1c939dde659319:36
shogun-notifier-shogun: added multi kernel permutation test cross validation19:36
shogun-notifier-shogun: lambday :feature/bigtest * 4ab10a9 / / (5 files): https://github.com/shogun-toolbox/shogun/commit/4ab10a9cd92cb9e63b52706f1b517bcf6fbeccbf19:36
shogun-notifier-shogun: fixed alpha bug ;)19:36
sanujHeikoS, can you merge this https://github.com/shogun-toolbox/shogun/pull/329919:41
-!- travis-ci [~travis-ci@ec2-54-211-68-35.compute-1.amazonaws.com] has joined #shogun19:43
travis-ciit's Heiko Strathmann's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/14139816019:43
-!- travis-ci [~travis-ci@ec2-54-211-68-35.compute-1.amazonaws.com] has left #shogun []19:43
-!- sanuj [~sanuj@117.203.8.125] has quit [Quit: Leaving]20:07
-!- travis-ci [~travis-ci@ec2-54-196-250-206.compute-1.amazonaws.com] has joined #shogun20:12
travis-ciit's lambday's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/14140624120:12
-!- travis-ci [~travis-ci@ec2-54-196-250-206.compute-1.amazonaws.com] has left #shogun []20:12
-!- lambday [8028b10a@gateway/web/freenode/ip.128.40.177.10] has quit [Quit: Page closed]21:46
-!- HeikoS [~heiko@nat-208-64.internal.eduroam.ucl.ac.uk] has quit [Ping timeout: 260 seconds]21:52
-!- shogun-notifier- [~irker@7nn.de] has quit [Quit: transmission timeout]22:36
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has joined #shogun22:51
-!- mode/#shogun [+o HeikoS] by ChanServ22:51
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has quit [Quit: Leaving.]23:21
-!- HeikoS [~heiko@host-92-0-162-192.as43234.net] has joined #shogun23:37
-!- mode/#shogun [+o HeikoS] by ChanServ23:37
--- Log closed Fri Jul 01 00:00:03 2016

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