IRC logs of #shogun for Wednesday, 2017-02-01

--- Log opened Wed Feb 01 00:00:06 2017
-!- suhas2go [uid201652@gateway/web/irccloud.com/x-tclqttlrweuohkir] has quit [Quit: Connection closed for inactivity]00:37
-!- mikeling [uid89706@gateway/web/irccloud.com/x-qjbweznrtdzjrwpe] has joined #shogun02:40
@wikingnagdev, hi there... there's actually a documentation for gsoc05:52
@wikingif you are interested applying for it... but on the other hand if you just wanna contribute05:52
@wikingthere are many issues marked as 'entrance': https://github.com/shogun-toolbox/shogun/issues?q=is%3Aissue+is%3Aopen+label%3Aentrance05:53
@wikingtry to tackle one of them05:53
-!- abhinav [~abhinav@103.211.53.99] has joined #shogun06:05
@wikingsonney2k, ping06:27
@sukeyPull Request #3597 "Add Scala Interface"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359706:43
nagdevwiking, thanks for the reply. I'm interested in applying for gsoc. I've been through the documentation and the project list. I wanted to know if it's fine if I choose a project rightaway, one that I feel involves the best use of my skill.06:50
nagdevOr should I interact with you guys more often and figure out what projects are going to be pursued06:51
@wikingnagdev,  at this point07:04
@wikingthe more entrance issues you can do07:04
@wikingand close07:04
@wikingthe better07:04
@wikingit doesn't have to be from one area07:04
@wikingit's more up to your liking07:04
@wikingfrom that we can assess your skills07:05
nagdevOk. I'll get started on that07:09
@wikingyeah just choose any of those bugs in the list07:10
@wikingand try to see which one you can fix07:10
nagdevOne more thing, I saw that "The usual suspects" project requires the use of external benchmarking systems that I'd have be acquainted with in order to do the project. Should I start that too?07:12
@wikingmmm07:12
@wikingas you wish07:12
@wikingi mean if you wanna do the usual suspect07:13
@wikingthen of course you should get familiar07:13
@wikingwith the benchmarking framework mentioned07:13
nagdevI just found the entrance task for the project from last year https://github.com/shogun-toolbox/shogun/issues/2991 . Is it ok if I start with this one?07:35
abhinavping : Wiking07:37
@wikingpong07:37
abhinavHi. how are you ?07:37
@wikingnagdev, sure, but make sure before you seriously dig into it07:37
@wikingto choose a right one07:37
@wikingi.e. currently somebody already working on KNN07:38
@wikingabhinav, good how about you? how can i help?07:38
abhinavI am good. I am working on the scala interface and the octave modular fails for random_forest07:39
abhinavAlso can you look at the PR so I can many any further changes if required07:39
abhinavhttps://github.com/shogun-toolbox/shogun/pull/359707:40
@wikingabhinav, ignore octave for the time being07:40
@wikingit's unrelated07:40
@wikingso ok abou tthat07:40
@wikingregarding the sdk patch07:40
abhinavSo can you merge. I wanted to begin another task..07:41
@wikingi would use ADD07:41
@wikingfor adding a url07:41
@wikinghttps://docs.docker.com/engine/reference/builder/#add07:41
@wikingso instead of RUN wget www.scala-lang.org/files/archive/scala-2.11.7.deb07:41
@wikingADD http://www.scala-lang.org/files/archive/scala-2.11.7.deb /tmp/scala.deb07:42
@wikingand then just07:42
@wikingRUN sudo dpkg -i /tmp/scala.deb07:42
@wikingand then you dont need the rm -rf07:42
@wikingbecause it's in /tmp07:42
@wikingother thing is that if you add scala07:42
@wikingi would add sbt as well07:42
abhinavOk I'll get both these thing done.07:43
@wiking4rd07:43
@wikingi mean 3rd07:43
@wikingah ok nothing07:43
abhinavThanks07:44
@sukeyPull Request #3597 "Add Scala Interface"  synchronized by abhinavrai44 - https://github.com/shogun-toolbox/shogun/pull/359707:48
-!- abhinav [~abhinav@103.211.53.99] has quit [Ping timeout: 240 seconds]08:14
-!- abhinav [~abhinav@103.211.53.99] has joined #shogun08:33
abhinavPing : wiking08:36
@wikingpong08:36
abhinavI've made the changes. Only Scala tests are failing cause DetectScala has not been merged08:37
abhinavhttps://github.com/shogun-toolbox/shogun/pull/360608:37
-!- mikeling [uid89706@gateway/web/irccloud.com/x-qjbweznrtdzjrwpe] has quit [Quit: Connection closed for inactivity]08:59
@wiking?09:04
@wikingthere's no official cmake module for detecting scala?09:04
@wikingbtw sbt is still missing from the docker sdk09:04
@wikingand this is completely wrong09:04
@wikingset(SCALA_JARS "/usr/share/java/scala-compiler.jar:/usr/share/java/scala-library.jar:/usr/share/java/scalap.jar:/usr/share/java/scala/jline.jar:/usr/share/java/jansi.jar")09:04
abhinavOh sorry. I forgot to add sbt09:05
@wikingscala-library.jar09:05
@wikingi reckon scala can give that to you09:06
-!- praisethemoon [~praisethe@197.3.11.178] has joined #shogun09:06
abhinavSo, I should contact Scala for cmake module ?09:07
@wikingno09:08
abhinavYeah there's no official copy for Detecting Scala09:08
@wikingbut scala itself can tell you09:08
@wikingwhere is the scala-library.jar09:08
@wikingas that should be in the classpath09:09
abhinavOk09:09
abhinavAlso what do you mean by09:10
abhinavset(SCALA_JARS "/usr/share/java/scala-compiler.jar:/usr/share/java/scala-library.jar:/usr/share/java/scalap.jar:/usr/share/java/scala/jline.jar:/usr/share/java/jansi.jar")09:10
@wikingfind_program(Scala_JAR_EXECUTABLE09:12
@wiking+  NAMES scala-library.jar09:12
@wiking+  PATHS ${_SCALA_PATHS}09:12
@wiking+  )09:12
@wikingthis part could be done09:12
@wikingby executing a scala code09:12
@wikingand printing the location to stdout09:12
@wikingand this is totally wrong09:13
@wikingmark_as_advanced(09:13
@wiking+  Scala_SCALA_EXECUTABLE09:13
@wiking+  Scala_JAR_EXECUTABLE09:13
@wiking+  Scala_SCALAC_EXECUTABLE09:13
@wiking+  )09:13
@wikingthis is oldschool cmake09:13
@wikinghttps://github.com/shogun-toolbox/shogun/blob/develop/cmake/FindJinja2.cmake#L13-L1809:14
@wikingtake it as an inspiration09:14
abhinavThanks for your help. I'll make the changes09:15
abhinavSorry again for the sbt thing09:15
@wikingnw09:19
-!- nagdev [dce39546@gateway/web/freenode/ip.220.227.149.70] has quit [Ping timeout: 260 seconds]11:03
@wikinglisitsyn, pingu11:21
@wikingnothing11:22
lisitsynwiking: hey11:23
@wikingso i was wondering11:23
@wikingwhether we should actually change the master branch to be protected11:24
@wikingwith ' Require branches to be up to date before merging'11:24
@wiking+ Require status checks to pass before merging11:24
@wikingdone11:26
@wiking:)11:26
-!- abhinav [~abhinav@103.211.53.99] has quit [Ping timeout: 276 seconds]12:00
-!- nagdev [dce39546@gateway/web/freenode/ip.220.227.149.70] has joined #shogun12:40
-!- nagdev [dce39546@gateway/web/freenode/ip.220.227.149.70] has quit [Ping timeout: 260 seconds]12:45
-!- mikeling [uid89706@gateway/web/irccloud.com/x-gzxbbaibwdzveglf] has joined #shogun12:57
@sukeyIssue #3614 "Deep RBM using shogun?" opened by mohammadAdnan - https://github.com/shogun-toolbox/shogun/issues/361413:00
@sukeyIssue #3614 "Deep RBM using shogun?" closed by vigsterkr - https://github.com/shogun-toolbox/shogun/issues/361413:10
-!- abhinav [~abhinav@103.211.53.99] has joined #shogun13:24
-!- abhinav [~abhinav@103.211.53.99] has quit [Remote host closed the connection]13:33
-!- praisethemoon [~praisethe@197.3.11.178] has quit [Changing host]14:30
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has joined #shogun14:30
-!- abhinav [~abhinav@103.211.53.99] has joined #shogun15:05
-!- nagdev [dce39546@gateway/web/freenode/ip.220.227.149.70] has joined #shogun16:21
-!- abhinav [~abhinav@103.211.53.99] has quit [Read error: Connection reset by peer]17:20
-!- abhinav [~abhinav@103.211.53.99] has joined #shogun17:23
-!- praisethemoon [~praisethe@unaffiliated/praisethemoon] has quit [Ping timeout: 252 seconds]18:03
-!- mikeling [uid89706@gateway/web/irccloud.com/x-gzxbbaibwdzveglf] has quit [Quit: Connection closed for inactivity]18:09
-!- abhinav [~abhinav@103.211.53.99] has quit [Ping timeout: 240 seconds]18:39
-!- nagdev [dce39546@gateway/web/freenode/ip.220.227.149.70] has quit [Ping timeout: 260 seconds]18:51
-!- suhas2go [uid201652@gateway/web/irccloud.com/x-doyicdlnyyybolgy] has joined #shogun19:34
-!- abhinav [~abhinav@103.211.53.99] has joined #shogun19:38
-!- nagdev [dce39546@gateway/web/freenode/ip.220.227.149.70] has joined #shogun20:35
-!- abhinav [~abhinav@103.211.53.99] has quit [Ping timeout: 260 seconds]21:13
--- Log closed Thu Feb 02 00:00:07 2017

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