IRC logs of #shogun for Friday, 2017-06-30

--- Log opened Fri Jun 30 00:00:35 2017
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has joined #shogun00:10
-!- mode/#shogun [+o HeikoS] by ChanServ00:10
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has quit [Quit: Leaving.]00:50
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/388200:59
-!- TingMiao [uid229534@gateway/web/irccloud.com/x-fcngslqnftprdrmy] has quit [Quit: Connection closed for inactivity]01:28
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/388202:50
sukey1[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 5 commits:03:27
sukey1https://github.com/shogun-toolbox/shogun/commit/32a46e6bdad274edc76f1872ba17a6ba6da0c14403:27
sukey1https://github.com/shogun-toolbox/shogun/commit/44c3bd6dea6d71af4366fbb69e3856974cfa8fc403:27
sukey1https://github.com/shogun-toolbox/shogun/commit/0d37359418c745f9478c4b99382e5828ffead75b03:27
sukey1https://github.com/shogun-toolbox/shogun/commit/e627b444bfdd95e643aea83f014c39a711f72e8003:27
sukey1https://github.com/shogun-toolbox/shogun/commit/4a41f550e1b59c369b94661830ce6f47f863c0fb03:27
-!- travis-ci [~travis-ci@ec2-54-204-230-224.compute-1.amazonaws.com] has joined #shogun04:44
travis-ciit's Giovanni De Toni'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/24860941904:44
-!- travis-ci [~travis-ci@ec2-54-204-230-224.compute-1.amazonaws.com] has left #shogun []04:44
-!- mikeling [uid89706@gateway/web/irccloud.com/x-frqvtwjhacmrvwwg] has joined #shogun05:14
sukey1[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3887 synchronized by MikeLing05:44
sukey1[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 30 commits:05:51
sukey1https://github.com/shogun-toolbox/shogun/commit/3d10b8659bbb45e78743431b8b0509db6ca25a3b05:51
sukey1https://github.com/shogun-toolbox/shogun/commit/adc2b2a91271035943d117dd236e6236aa48e28405:51
sukey1https://github.com/shogun-toolbox/shogun/commit/682f5c98123125dcd030f7f3356a082dd37052ff05:51
sukey1https://github.com/shogun-toolbox/shogun/commit/5dd841a71362987c09b7e01866838eff8614036105:51
sukey1https://github.com/shogun-toolbox/shogun/commit/94e04c23137b39c49eb0b8cf6174d85ff1595ece05:51
sukey1https://github.com/shogun-toolbox/shogun/commit/efe5831f35339e265caa5d3c042563237ae9049205:51
sukey1https://github.com/shogun-toolbox/shogun/commit/060a064d0edf526a0e836ea90cc2e7ae8af7c31905:51
-!- sukey1 [~nodebot@ks312251.kimsufi.com] has quit [Remote host closed the connection]05:51
-!- sukey [~nodebot@ks312251.kimsufi.com] has joined #shogun05:55
-!- mode/#shogun [+o sukey] by ChanServ05:55
@wikingsukey, flip05:55
@sukey‎(ノಥ益ಥ)ノ ┻━┻05:55
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3888 opened by MikeLing05:58
@wikinglisitsyn, wake up07:33
@wiking:)07:33
-!- zoq_ [~marcus_zo@urgs.org] has joined #shogun08:20
-!- zoq [~marcus_zo@urgs.org] has quit [Read error: Connection reset by peer]08:21
-!- iglesiasg [~iglesiasg@217.119.234.214] has joined #shogun09:21
-!- mode/#shogun [+o iglesiasg] by ChanServ09:21
-!- zoq_ is now known as zoq10:37
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3876 synchronized by MikeLing11:22
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has joined #shogun11:33
-!- mode/#shogun [+o HeikoS] by ChanServ11:33
Trixishi, if i need to implement a custom kernel for MKL, i pretty much have to use the native cpp interfaces as opposed to say the java interface or python interface, right?11:47
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has quit [Quit: Leaving.]12:00
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has joined #shogun12:05
-!- mode/#shogun [+o HeikoS] by ChanServ12:05
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has quit [Remote host closed the connection]12:06
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has joined #shogun12:08
-!- mode/#shogun [+o HeikoS] by ChanServ12:08
@wikingHeikoS, y012:08
@wikingmicmn, do u have some benchmark numbers anywhere stashed?12:08
@wikingTrixis, mmm you can actually compile with12:21
@wikingDirector12:21
@wikingsay12:21
@wiking-DUSE_SWIG_DIRECTORS=On12:22
@wikingthis will allow you to define a kernel12:22
@wikingin your target language12:22
@wikingfor example in Python or Java12:22
@wikingmikeling, here?12:22
mikeling wiking hey, yes12:24
@wikingTrixis, examples/undocumented/python_modular/kernel_director_linear_modular.py12:24
@wikinggives you an idea how to this in python12:24
Trixischeers12:24
@wikingTrixis, but yeah dont forget to use -DUSE_SWIG_DIRECTORS=On for cmake12:24
Trixishttps://github.com/shogun-toolbox/shogun/blob/develop/examples/undocumented/python_modular/classifier_custom_kernel_modular.py right i've got the example here, now on line  16, we have "kernel.set_full_kernel_matrix_from_full(data)". shouldnt this be "kernel.set_full_kernel_matrix_from_full(symdata)"?12:36
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/04db0fc4eed2ea4480b9997b95fc0acd61e8010b by vigsterkr12:42
Trixisoh wait, wrong example. sorry, i apparently cant read the filenames properly. Anyway, the point brought up regarding the example i linked lasts, though.12:42
@wikinghttps://github.com/shogun-toolbox/shogun/blob/develop/examples/undocumented/python_modular/kernel_director_linear_modular.py12:42
@wikingi ment this12:43
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3876 synchronized by MikeLing12:47
lisitsynHeikoS:12:53
lisitsynneed your approval12:53
lisitsyn:P12:53
@HeikoSlisitsyn: link12:53
@HeikoS?12:53
lisitsynHeikoS: https://github.com/shogun-toolbox/shogun/pull/388212:53
@HeikoSlisitsyn: one thing12:58
@HeikoSINTERFACE_PYTHON12:58
@HeikoSetc12:58
@HeikoSis much nicer naming12:58
@HeikoSso if we touch and go through the testing pain that this will cause, let's do that as well :)12:58
lisitsynmeh12:58
lisitsynwhy12:58
lisitsyncurrently you just set ON what you need12:59
lisitsynlike you want python12:59
lisitsynyou say -DPython=ON12:59
@wikingINTERFACE_PYTHON?12:59
@wikingwhy12:59
@wikingyou mean for12:59
@wiking-DINTERFACE_PYTHON=ON?12:59
lisitsynbut with any other word you'd need to remember12:59
@HeikoSyes12:59
@wikingif that's the case i'm -- for the INTERFACE_ prefix13:00
lisitsynif it is INTERFACE_PYTHON or PYTHON_INTERFACE13:00
@HeikoSno first pls13:00
@HeikoSfor alphabetical order13:00
@wikingno prefix nor suffix13:00
@HeikoSautocomplete13:00
@wikingwhat autocomplete?13:00
@wikingwhere?13:00
lisitsynwhy do you need autocomplete here :)13:00
@HeikoSI find it much better if I can autocomplete things, and if ccmake lists them on top of each other13:00
@wikingautocomplete where?13:00
@wikingand what?13:00
@HeikoSalso we have like ENABLE_*13:00
lisitsynI understand your point but you don't compile for multiple interfaces13:01
lisitsynusually13:01
@HeikoSso why not be consistent13:01
@HeikoSI do13:01
@HeikoSall the time13:01
@wikingHeikoS, you are like13:01
lisitsynyes but users don't13:01
@wiking0.00000000000001%13:01
@wikingof tthose 0.001% people13:01
@wikingwho are using cmake13:01
@HeikoSI think the switch then is also self-explaining13:01
@wikingand compiling shogun13:01
@wikinganyways13:01
@HeikoSmore self explaining13:01
@HeikoSand also why camel case13:01
@wikingif you wanna group in ccmake13:01
@wikingthere's other way13:01
@HeikoSeverything else is CAPITAL13:01
@wikingHeikoS, because it was camel case beore13:01
@wiking:)13:01
@wikingnot everything13:01
@wikingthis was never capital13:01
lisitsynI think it is case-insensitive anyway13:02
lisitsynno?13:02
lisitsyncmake is mostly case-insensitive13:02
@wikinganyhow13:02
@wikingindeed13:02
@wikingit is mostly13:02
lisitsynlet me check13:02
@wikingbut i believe13:02
@wikingnot in this case13:02
@HeikoSI dont understand why it would be a problem to do an interface prefix13:02
@wikingi'm not for any suffix nor prefix13:02
@HeikoSso it is clear that all those switches are for the languages13:02
@wikingi dont understand why do you need it13:02
@wiking:)13:02
lisitsynno it works with -Dpython=ON13:02
@wikingwe are just about to get irght of13:02
@HeikoSso you can easily see what langauges there are13:02
@wiking*ride of13:02
@HeikoSwhat options one has13:02
@wiking*rid of13:03
@HeikoSand grouping13:03
@wikingthe suffix13:03
@wikingnow you wanna add a prefix13:03
@wikingthen lets leave it as is13:03
@HeikoSENABLE_TESTING?13:03
@wiking :D13:03
@HeikoSENABLE_EXAMPLES13:03
@wikingHeikoS, that's the enable_*13:03
@HeikoSENABLES_META_EXAMPLES13:03
@HeikoSetc13:03
@wikingthat's a different story13:03
@wikingthat has nothing to do with interfaces13:03
@HeikoSlisitsyn: well, you wanted my review13:03
lisitsynhaha13:03
@HeikoSfeel free to discard13:03
@HeikoSbut thats my opinon13:03
lisitsynok ok you're not attacked :)13:03
@HeikoSand I dont see why one would not do that, i.e. what harms doing that13:04
@HeikoSno attack felt13:04
lisitsynI think it is clarity13:04
lisitsynI wanted that13:04
@HeikoS"Modular" should die, I agree13:04
lisitsynyes that's what we all agree upon13:04
@HeikoSI wanted to change to INTERFACE_R for long time13:04
@wikingwhere's fernando13:04
@HeikoSoh another thing13:04
@HeikoSno RLang13:04
@iglesiasgaqui13:05
@HeikoSbut just the above13:05
@wikingiglesiasg, ^ cast your vote13:05
@iglesiasgobserving13:05
@wiking:))))13:05
lisitsynel esta aqui13:05
@iglesiasgwiking: haha13:05
@wikingiglesiasg, nono it's time to vote13:05
@wiking:D13:05
@wikingmierda13:05
@HeikoSshall we vote on shogun-team?13:05
@HeikoSor just here quick?13:05
@wikingnobody else will vote13:05
@wikingso it's ok13:05
lisitsynhaha13:05
lisitsynok can we ask user13:05
@HeikoSlol ok13:05
@wikingor sorry13:05
lisitsynanyone13:05
@wikingnobody else's opinion i care about13:05
@wikingbecause nobody else is active13:05
@wiking:P13:05
lisitsynno the end user13:05
lisitsynwe don't have any I know13:06
lisitsynbut possible one13:06
lisitsyn:)13:06
lisitsynHeikoS: you have some people around13:06
@wikingnobody13:06
lisitsynask ;)13:06
@wikingis using us13:06
@wiking:D13:06
lisitsynjaja13:06
@wikingor if somebody is using us13:06
@wikingfor sure13:06
@wikingnot by CMAKE13:06
@wikingmake13:06
@wikinginstall13:06
@wikingthat's like 99% of the case13:06
@wiking:D13:06
@iglesiasgI think the renaming in the PR is good13:06
@wikingso nobody13:06
@wikingliterally nobody fucking cares13:06
@wikingexcept us13:06
@wiking:D13:06
lisitsynI don't mind renaming it to INTERFACE13:06
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3485 closed by karlnapf13:07
@iglesiasgI also see the point that Heiko says13:07
@iglesiasgabout being able to group all of them easily13:07
@iglesiasgI don't know in what percentage of users of cmake/ccmake I am13:07
@wikingiglesiasg, vote fuck13:07
@iglesiasgwiking: ?13:07
@wikingno blalala13:07
@wiking:D13:07
@wikingsi/no13:07
@wikingINTERFACE_13:07
@wikingor not13:07
@wikingthat's the question13:07
@HeikoSsisi13:07
@wikingand then we can move on13:07
@wiking:)13:07
@iglesiasgsi13:08
@iglesiasgINTERFACE_13:08
@wikingok 2 for Interface13:08
lisitsynok you f*ckers :D13:08
@wikingone doesn't care13:08
@iglesiasghaha13:08
@wikingi say no prefix nor suffix13:08
@wikinglisitsyn, so you do what you want :D13:08
@HeikoSwiking: is that si or no?13:08
lisitsynok adding INTERFACE_13:08
@wikingHeikoS, i say no13:08
@wikingHeikoS, lisitsyn said he doesn't care13:08
@wikingso it's 2 vs 113:08
@HeikoSok13:08
@HeikoSso victory :D13:08
@wikingso on the end13:08
@wikinghe does what he wants13:09
@wiking:D13:09
@wikingbecause if he woudl ahve woted13:09
@wiking*voted13:09
@wikingit would be 2vs213:09
@wikingand whatever13:09
@wiking :D13:09
@wikingi mean really13:09
@HeikoSlisitsyn: keep in mind the buildbot infra repo needs a grep update as well13:09
lisitsynyo creo13:09
@HeikoSoh man13:09
@HeikoSsooo many issues13:09
lisitsynyes because any time I do anything you stop me! hahah13:09
lisitsyn:D13:09
lisitsynjk13:09
lisitsynthat should be an easy fix13:10
@HeikoSlisitsyn: go for it, i think it is an amazing advance to drop the "modular"13:10
lisitsynI actually like the breaking refactoring because13:10
lisitsynit shows the limitations in flexibility13:10
lisitsynlike puts them in front of you13:11
@HeikoSwiking: btw for the swig and some issue13:12
@HeikoSwiking: I was thinking, why dont we write typemap for some?13:12
lisitsynwe can13:12
@HeikoSthat does the casting13:13
lisitsynbut for all the languages13:13
lisitsynhm13:13
lisitsynok HeikoS WITH_PYTHON ?13:13
lisitsyncan I name it WITH_PYTHON?13:14
lisitsyn:)13:14
lisitsynor interface for grouping?13:14
lisitsynok interface nevermind13:14
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3889 karlnapf added label: "entrance"13:27
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3889 opened by karlnapf13:27
@sukey[https://github.com/shogun-toolbox/shogun] Issue https://github.com/shogun-toolbox/shogun/issues/3889 karlnapf added label: "Cleanups"13:27
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3885 synchronized by karlnapf13:28
-!- HeikoS [~heiko@host-92-0-169-11.as43234.net] has quit [Quit: Leaving.]13:29
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3882 synchronized by lisitsyn13:47
-!- TingMiao [uid229534@gateway/web/irccloud.com/x-xrnilwwjjhnwzknm] has joined #shogun13:51
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3887 merged by vigsterkr15:01
@sukey[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 2 commits:15:01
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/2f3e649b259995abc1c1c1bd214eaecdeff8b8bf15:01
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/a592dd93a7362708b9a2a9cf93a0ef5a3f4d79b715:01
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3876 merged by vigsterkr15:02
@sukey[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 2 commits:15:02
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/e240fba10f0618e72b3260fc5d237fd6401cbe1b15:02
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/5a56a77c242d9596c44b4b3a77edcef825e0645415:02
@wikinglalala15:02
@iglesiasglisitsyn: WITH is cool too15:02
@iglesiasgif I understood correctly, Heiko's point was to have grouping15:03
@iglesiasgWITH_READLINE15:04
@iglesiasgWITH_MATLAB(tm)15:04
@iglesiasgmuy bonito15:04
-!- geektoni [~geektoni@93-34-87-37.ip49.fastwebnet.it] has joined #shogun15:18
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3877 synchronized by geektoni15:24
-!- iglesiasg [~iglesiasg@217.119.234.214] has quit [Quit: leaving]15:38
lisitsynwiking: all green and also pleased Heiko15:42
lisitsynwanna review?15:42
@wikingmmm15:51
@wikinglemme look15:52
@wikinglisitsyn, who's gonna do the changes in infra?15:53
lisitsynI will15:53
lisitsynalso debian15:53
@wikingok thnx15:54
@wikingthen i merge?15:54
@wikingor u merge?15:54
@wikingi'm fine with the changes15:54
lisitsynmerge15:54
lisitsyn:)15:54
lisitsynuuu15:54
@wikingok15:59
@wikinglemme do it then15:59
@wikingmerge rebase is the YOLO stuff15:59
@wikingno merge commit \o/16:00
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun16:00
-!- mode/#shogun [+o HeikoS] by ChanServ16:00
@wikingbut fix the buildbot plz so because it'll make some things fail16:00
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3882 merged by vigsterkr16:01
@sukey[https://github.com/shogun-toolbox/shogun] vigsterkr pushed 4 commits:16:01
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/e7a32e6e5adc9101bdc543c228bb784f14b9efb616:01
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/c054d9caf699c411c19f889d0c86f2515c201a8c16:01
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/3f450d41a448acdac80e88db23deb471fe753ced16:01
@sukeyhttps://github.com/shogun-toolbox/shogun/commit/7e60c06d0a03cbe46ba417a52a33e3cfd7688fbe16:01
@wikinglala16:01
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3885 synchronized by karlnapf16:02
lisitsynwiking: ok on it16:06
@wikingon what16:06
@wikingah yeah on that16:06
@wikinggood16:06
lisitsynwiking: en eso16:07
@wikingmierda16:07
lisitsynpor que mierda hombre :P16:07
@wikingpor que no?16:08
lisitsynsi, verdad16:10
lisitsynwiking: we should have our code in spanish to make it more crazy16:11
@wiking:>>16:11
@sukey[https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/71ff6e5a2faee7410ab33d7c1dabf0050fb37efa by lisitsyn16:15
@wikingauto pincho = 1E-1016:15
-shogun-buildbot:#shogun- Build deb3 - modular_interfaces #34 is complete: Failure [failed python modular (failure)] - http://buildbot.shogun-toolbox.org:8080/#builders/15/builds/3416:16
@wikinghere it comes :D16:16
-!- lisitsyn [~lisitsyn@37.139.2.75] has quit [Ping timeout: 260 seconds]16:18
-!- lisitsyn [~lisitsyn@37.139.2.75] has joined #shogun16:18
-shogun-buildbot:#shogun- Build deb4 - python3 #32 is complete: Failure [failed python modular (failure)] - http://buildbot.shogun-toolbox.org:8080/#builders/28/builds/3216:19
lisitsynwiking: yeah I am fixing16:21
lisitsynwiking: sorry but I do not remember how to deploy :(16:21
@wikingit's ok16:21
@wikinglemme know when ready16:21
@wikingjust push it to the repo16:21
lisitsynwiking: ok I am probably done16:24
lisitsynnext?16:24
@wikinglemme pull and restart16:25
@wikingdid u do16:25
@wikingbuildbot checkconfig16:25
@wiking?16:25
lisitsynno I used libastral this time16:25
lisitsynlet me check16:25
@wikingwhat is libastral16:25
@wiking?16:25
lisitsynmy mental forces to check errors16:25
lisitsyn:P16:25
lisitsynjk16:26
@wiking:D16:26
lisitsynblind programming16:26
@wikingi did16:26
@wikingits ok16:26
lisitsynyou just think hard16:26
@wikinglemme restart16:26
lisitsynand it works16:26
lisitsyn:D16:26
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]16:26
lisitsynoh16:26
@wikingyep YOLO16:26
lisitsynYOLO16:26
@wikingpython powah16:26
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun16:26
@wikingshogun-buildbot: dance16:26
-shogun-buildbot:#shogun- <(^.^<)16:26
-shogun-buildbot:#shogun- <(^.^)>16:26
-shogun-buildbot:#shogun- (>^.^)>16:26
-shogun-buildbot:#shogun- (7^.^)716:26
-shogun-buildbot:#shogun- (>^.^<)16:26
-!- shogun-buildbot [~shogun-bu@7nn.de] has quit [Remote host closed the connection]16:26
@wikingit's doin it16:27
@wikingmmm16:27
@wikingwhere did it go now16:27
@wiking2017-06-30 16:26:59+0200 [-] Main loop terminated.16:27
@wiking2017-06-30 16:26:59+0200 [-] Server Shut Down.16:27
@wiking:O16:27
-!- shogun-buildbot [~shogun-bu@7nn.de] has joined #shogun16:27
@wikingok here it is16:27
@wikingdunno wtf16:27
@wikinganyhow lets see16:27
lisitsynwiking: I renamed modular_Interfaces to interfaces16:28
lisitsynI am wondering if its bad16:28
@wiking\o/16:28
@wikingno16:28
@wikingshould be ok16:28
lisitsynI don't see the new one in waterfall view yet16:28
@wikingyeah because now this is stupid16:28
@wikingdont ask16:29
@wiking0.9.x still has quite some bugs16:29
@wikingnext push it'll ge tit right16:29
@wiking:)16:29
lisitsynI have no idea what's going on in the new interface16:29
lisitsyntoo old for this modern mierda16:29
lisitsyn:D16:29
lisitsynviejo por todos la mierda16:30
@wikinglisitsyn, http://buildbot.shogun-toolbox.org:8080/#/builders16:31
@wikingit's there16:32
lisitsynok cool16:32
lisitsynlets see if it works now16:32
lisitsynnext step is to renamed targets as well16:33
lisitsynbecause targets are still lang_modular16:33
lisitsynoh gosh how I hate that word16:33
lisitsynES LA PALABRA DE MIERDA16:33
lisitsynwhere's fernando?16:33
lisitsynI want to proof read my curses16:34
lisitsynwiking: it compiles!16:34
-shogun-buildbot:#shogun- Build deb4 - python3 #35 is complete: Success [build successful] - http://buildbot.shogun-toolbox.org:8080/#builders/28/builds/3516:37
lisitsynoh that's good16:40
@wikingTrixis, the directory story will only work atm with python interface16:50
Trixiswiking: directory story?16:51
@wikingDirector class16:52
Trixisoh16:52
Trixisright16:52
Trixiswiking: hence if i need a custom kernel i can extend it in C++ and call it via JNI, alternatively, instantiate CustomKernel in java, and set the kernel matrix?16:53
@wikingyou dont need to jni16:54
@wikingjust simply add that class16:54
@wikingto shogun16:54
@wikingand change some .i files16:54
@wikingand then you get everything automagically16:54
Trixislol16:54
@wikingTrixis, check how other kernels are being done16:54
Trixiswont that affect portability, i.e. wont i need to build shogun that class included16:54
@wikingit will16:55
@wiking:(16:55
Trixis:\16:55
Trixisyeah im unfortunately kind of tied to java due to another library, which has terribad c++ integration16:55
@wikingI hope this letter meets you in good health. I am writing to solicit your17:01
@wikingassistance in the Transfer of US$13,000,000.00 Dollars.17:01
@wikingyeeey17:01
@wikingmessage from ghana :D17:01
@wikingTrixis, director classes support would be possible though17:19
@wikingjust needs a bit development17:19
@wikingTrixis, i guess for you already would be happy17:19
@wikingif you could do17:20
@wiking<dependency>17:21
@wiking    <groupId>ml.shogun</groupId>17:21
@wiking    <artifactId>java-interface</artifactId>17:21
@wiking    <version>6.0.0</version>17:21
@wiking</dependency>17:21
@wiking:17:21
@wiking)17:21
@wikingright? :)17:21
lisitsynwiking:17:21
lisitsynWarning: c['buildbotURL'] is misconfigured to17:21
lisitsynhttp://buildbot.shogun-toolbox.org:8080/17:21
lisitsynShould be:17:21
lisitsynhttp://buildbot.shogun-toolbox.org/17:21
@wikingmmm17:21
lisitsynwhat I see on the bb17:21
@wikingwhere?17:21
lisitsynhttp://buildbot.shogun-toolbox.org17:21
@wikingyeah17:21
@wikingnote the story on slack17:21
@wikingi had to move it ot http://buildbot.shogun-toolbox.org:8080/#/17:21
lisitsynahh due to someshit17:22
lisitsynok17:22
@wikingbecauase the default 80 is taken by soren's pound17:22
@wikingwhich cannot handle websocket17:22
lisitsynhaha17:22
lisitsynok17:22
lisitsynpound17:22
lisitsynhaha17:22
lisitsynmore obscure stuff17:22
@wikingyeah go figure17:22
Trixiswiking: yeah, i've shogun as a dependency, added it to local maven repo. seems to build fine, will try running it soon. the only more `advanced` thing i have to do is implement a couple of graph kernels.17:23
Trixis*"advanced"17:24
Trixisthere17:24
@sukey[https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/3877 synchronized by geektoni17:24
@wiking^ fyi all: this is gonna be great stuff!17:26
@wikinggeektoni, screeeeeeeeeeeeenshot!17:28
@wikingscreeeeeeeeeeeeeeeenshot!17:28
geektonilol17:28
geektonisee https://github.com/shogun-toolbox/shogun/pull/387717:28
@wikingyep that's the one17:28
@wikinghttps://user-images.githubusercontent.com/3296552/27742476-1c265acc-5db9-11e7-876b-133dfbf6dd81.png17:28
@wiking!!!17:28
@wikinglisitsyn, HeikoS ^17:28
@wikinggeektoni, awesome shit!17:29
@wikingthis is the best!17:29
@wikingwe need to do an example CMachine17:30
@wikinggeektoni, you know what could be it17:30
@wikingbaggingmachine17:30
@wikingi.e. random forest17:30
@wikingto monitor the OOB17:30
@wikingmmm17:32
@wikingthat is not possible17:32
@wikingi've just checked17:32
@wikingit doesn't look good17:32
@wiking:)17:32
geektoniwiking: :((((17:32
@wikingsince you have to dig too deep17:32
@wikingto actually do per tree17:32
@wikingthat thingy17:33
@wikingpeople need ideas!17:33
@wikingwho wants to monitor what in a train of a machine?17:33
@wikingjust a quick demo model we need for this17:33
@wikingideas!17:33
lisitsynlinear model?17:36
lisitsynlasso?17:36
lisitsynwiking: I am fancy of watching lasso to converge17:37
@wikinggeektoni, ^ :)17:37
geektonicool, I'll come up with something ;)17:38
lisitsynthe coefficients I mean17:39
lisitsynthey should be doing something funny17:39
@wikingso17:40
@wikingwho has rx 480 or 580 cards running at home? :)17:40
lisitsynI haz no gpus17:46
lisitsyndon't buy the hype haha17:46
Trixislol17:49
@wikinghas anybody checked google://machine learning library c++18:13
@wikingsad18:13
@HeikoSwiking: we need websizte meta data with c++ keyword18:20
@HeikoSOR more users :D18:20
lisitsynI think latter18:21
@HeikoSmaybe fix shit :)18:22
lisitsynHeikoS: examples/descriptions/modular -> undocument/python_modular18:44
lisitsynundocumented*18:44
lisitsynaha?18:44
-!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Ping timeout: 268 seconds]18:47
-!- geektoni [~geektoni@93-34-87-37.ip49.fastwebnet.it] has quit [Quit: Leaving.]19:02
-!- mikeling [uid89706@gateway/web/irccloud.com/x-frqvtwjhacmrvwwg] has quit [Quit: Connection closed for inactivity]21:59
--- Log closed Sat Jul 01 00:00:36 2017

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