| --- Log opened Mon Jan 09 00:00:34 2017 | ||
| lisitsyn | https://github.com/nok/sklearn-porter | 01:17 | 
|---|---|---|
| lisitsyn | this is what we wanted to do :D | 01:17 | 
| -!- Netsplit *.net <-> *.split quits: rcurtin | 02:14 | |
| -!- rcurtin_ [~ryan@knife.lugatgt.org] has joined #shogun | 02:14 | |
| -!- Netsplit *.net <-> *.split quits: Saurabh7 | 02:25 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-tgypmmwebkfibmna] has joined #shogun | 02:26 | |
| -!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun | 12:23 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 12:23 | |
| @HeikoS | wiking, lisitsyn jojo | 12:24 | 
| lisitsyn | HeikoS: hey | 12:26 | 
| @HeikoS | lisitsyn: all good? | 12:26 | 
| @HeikoS | I am getting back into things | 12:26 | 
| @HeikoS | first problem | 12:26 | 
| lisitsyn | HeikoS: yeah | 12:26 | 
| @HeikoS | http://shogun.ml/ | 12:26 | 
| lisitsyn | what's that | 12:27 | 
| lisitsyn | folio in args | 12:27 | 
| @HeikoS | hehe | 12:27 | 
| lisitsyn | are we hacked? :P | 12:28 | 
| @HeikoS | no the website still licves | 12:29 | 
| @HeikoS | just the domain | 12:29 | 
| lisitsyn | oh | 12:35 | 
| @HeikoS | lisitsyn: any idea how to fix this? | 12:35 | 
| lisitsyn | HeikoS: who owns shogun.ml? | 12:35 | 
| lisitsyn | I think we lost it | 12:35 | 
| @HeikoS | no idea | 12:36 | 
| @HeikoS | I can ask sören | 12:36 | 
| lisitsyn | whois shogun.ml | 12:36 | 
| lisitsyn | run this | 12:36 | 
| @HeikoS | weird | 12:37 | 
| @HeikoS | I wonder what happened | 12:37 | 
| lisitsyn | HeikoS: lease expired | 12:37 | 
| lisitsyn | I guess | 12:37 | 
| @HeikoS | yeah | 12:37 | 
| @HeikoS | is there a history log of whois somewhere in the web? | 12:37 | 
| lisitsyn | sheatz | 12:40 | 
| lisitsyn | no idea | 12:40 | 
| sukey2 | Issue #3587 "generating showroom page" closed by karlnapf - https://github.com/shogun-toolbox/shogun/issues/3587 | 12:46 | 
| sukey2 | Issue #3129 "word2Gaussian" karlnapf added label: "entrance" - https://github.com/shogun-toolbox/shogun/issues/3129 | 12:48 | 
| lisitsyn | HeikoS: wiking owns the domain | 12:49 | 
| lisitsyn | owned* | 12:50 | 
| lisitsyn | not anymore I guess | 12:50 | 
| @HeikoS | ha | 12:50 | 
| @HeikoS | ok | 12:50 | 
| @HeikoS | ok answered a lot of emails | 12:50 | 
| lisitsyn | HeikoS: found a mail | 12:50 | 
| lisitsyn | from viktor | 12:50 | 
| @HeikoS | tomorrow Ill do some tags stuff tzhen | 12:50 | 
| lisitsyn | HeikoS: do you know when viktor is back | 12:52 | 
| lisitsyn | ? | 12:52 | 
| @HeikoS | not sure | 13:04 | 
| @HeikoS | but soon | 13:04 | 
| CaBa | heya | 13:26 | 
| CaBa | the channels is back to live \o/ :) happy new year | 13:26 | 
| @HeikoS | CaBa: indeed :) happy new year! | 13:33 | 
| CaBa | s/live/life/ ;) | 13:40 | 
| -!- mizari [~mizari@user-79-136-131-162.tomtelnet.ru] has quit [Ping timeout: 260 seconds] | 13:41 | |
| sukey2 | Pull Request #3588 "Port existing Mahalanobis Distance example to meta" synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/3588 | 13:46 | 
| -!- abhinav [~abhinav@103.68.217.96] has joined #shogun | 13:55 | |
| -!- praisethemoon [~praisethe@197.3.11.178] has joined #shogun | 14:07 | |
| abhinav | Hey, @Heiko | 14:33 | 
| @HeikoS | abhinav: hihi | 14:37 | 
| abhinav | So I need to amend my commit in shougun repo as well to include the test file ? | 14:39 | 
| @HeikoS | abhinav: no the data update can be a second commit | 14:39 | 
| @HeikoS | but you can also amend it | 14:39 | 
| @HeikoS | generally, single commits for such small changes are better | 14:40 | 
| abhinav | Yeah I'll amend it | 14:40 | 
| @HeikoS | we want to keep the git history clean, it makes things easier later | 14:40 | 
| CaBa | why is the kernel matrix i get from CKernel::save() not symmetrical? | 14:42 | 
| @HeikoS | CaBa: is lhs==rhs? | 14:45 | 
| @HeikoS | is it up to precision maybe? | 14:45 | 
| @HeikoS | how do you check symmetry? | 14:45 | 
| CaBa | HeikoS: yes, lhs==rhs. I expected an PxP matrix with P == lhs->get_num_vectors(), is that not right? | 14:49 | 
| @HeikoS | that is what to expect | 14:59 | 
| @HeikoS | CaBa: how do you check? maybe there is some numerical precision thing going on? | 15:00 | 
| CaBa | HeikoS: well the dimension isn't right - for 10 feature vectors i get a 10x85 matrix or so | 15:01 | 
| @HeikoS | maybe there is some transpose thing going on? | 15:01 | 
| @HeikoS | can you share some code? | 15:01 | 
| CaBa | i'll try to figure a mwe... | 15:01 | 
| @HeikoS | going for lunch now, back later | 15:03 | 
| CaBa | guten appetit | 15:04 | 
| @HeikoS | dankeschön | 15:04 | 
| sukey2 | Pull Request #3588 "Port existing Mahalanobis Distance example to meta" synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/3588 | 15:12 | 
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-tgypmmwebkfibmna] has quit [Ping timeout: 240 seconds] | 15:15 | |
| sukey2 | Pull Request #3588 "Port existing Mahalanobis Distance example to meta" synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/3588 | 15:25 | 
| -!- abhinav [~abhinav@103.68.217.96] has quit [Ping timeout: 240 seconds] | 15:27 | |
| -!- rcurtin_ is now known as rcurtin | 15:32 | |
| -!- abhinav [~abhinav@103.68.217.96] has joined #shogun | 15:40 | |
| -!- abhinav [~abhinav@103.68.217.96] has quit [Ping timeout: 260 seconds] | 16:00 | |
| -!- abhinav [~abhinav@103.68.217.96] has joined #shogun | 16:51 | |
| -!- mikeling [uid89706@gateway/web/irccloud.com/x-ggzuyepgqnnbwvpd] has quit [Quit: Connection closed for inactivity] | 16:59 | |
| -!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Ping timeout: 240 seconds] | 17:25 | |
| -!- praisethemoon [~praisethe@197.3.11.178] has quit [Quit: Leaving] | 17:26 | |
| -!- abhinav [~abhinav@103.68.217.96] has quit [Ping timeout: 248 seconds] | 17:40 | |
| -!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has joined #shogun | 18:36 | |
| -!- mode/#shogun [+o HeikoS] by ChanServ | 18:36 | |
| sukey2 | Pull Request #3588 "Port existing Mahalanobis Distance example to meta" merged by karlnapf - https://github.com/shogun-toolbox/shogun/pull/3588 | 18:39 | 
| sukey2 | New Commit "Merge pull request #3588 from abhinavrai44/develop | 18:39 | 
| sukey2 | Port existing Mahalanobis Distance example to meta" to shogun-toolbox/shogun by karlnapf: https://github.com/shogun-toolbox/shogun/commit/24884a11bf3902d8b267a92ab04525f8ffd61df9 | 18:39 | 
| -!- travis-ci [~travis-ci@ec2-54-161-124-113.compute-1.amazonaws.com] has joined #shogun | 19:27 | |
| travis-ci | it'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/190329643 | 19:27 | 
| -!- travis-ci [~travis-ci@ec2-54-161-124-113.compute-1.amazonaws.com] has left #shogun [] | 19:27 | |
| -!- HeikoS [~heiko@untrust-out.swc.ucl.ac.uk] has quit [Ping timeout: 240 seconds] | 19:56 | |
| -!- Saurabh7 [Saurabh7@gateway/shell/panicbnc/x-nnkfgyrytzcfagag] has joined #shogun | 21:39 | |
| -!- abhinav [~abhinav@103.68.217.96] has joined #shogun | 23:19 | |
| --- Log closed Tue Jan 10 00:00:35 2017 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!