verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
marcosir1 has quit [Quit: WeeChat 1.4]
govg has quit [Ping timeout: 240 seconds]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1361 (master - acd81e1 : Tham): The build passed.
travis-ci has left #mlpack []
govg has joined #mlpack
govg has quit [Ping timeout: 250 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 276 seconds]
mentekid has joined #mlpack
govg has joined #mlpack
govg has quit [Ping timeout: 252 seconds]
mentekid has quit [Ping timeout: 244 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 258 seconds]
murali__ has joined #mlpack
govg has joined #mlpack
mentekid has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
murali__ has quit [Ping timeout: 250 seconds]
asfm has joined #mlpack
asfm has quit [Client Quit]
govg has quit [Ping timeout: 252 seconds]
govg has joined #mlpack
ferbncode has joined #mlpack
< ferbncode> Hey, I'm a beginner in ML. I was looking for some good first time issues which don't involve completing documention. I went through the list of issues on GitHub but would really appreciate if you or anyone could point to any specific issue for beginners. Thanks.
< rcurtin> ferbncode: yeah, writing documentation is not the most exciting task :)
< rcurtin> let me see if I can find something that might be good...
< rcurtin> if your C++ is good, you might consider #756, but that is related to the problems of nearest neighbor search and range search, so maybe you might find that is not close enough to "typical" ML to suit your interest
< ferbncode> I can give it a try. Thanks for such a good response :)
< rcurtin> #514 might be interesting -- we could use arma::kmeans() inside of mlpack to accelerate the brute-force k-means implementation we have,
< rcurtin> or investigate other ways to speed up the mlpack k-means implementation to make it comparable (or faster) than Armadillo's
< rcurtin> I guess it's tough to say what the best issue might be, if I don't know exactly what your interests are, but I hope what I've written is helpful :)
< rcurtin> another option is always to implement some new machine learning technique, or make improvements to an existing machine learning method that mlpack implements
< ferbncode> Thanks. it is a great response and is very helpful. I will try them.:)
< rcurtin> sure, let me know if I can clarify anything :)
< ferbncode> sure:)
wiking has left #mlpack []
wiking has joined #mlpack
mentekid has quit [Ping timeout: 250 seconds]
mentekid has joined #mlpack
nilay has quit [Quit: Page closed]
mentekid has quit [Ping timeout: 244 seconds]
mentekid has joined #mlpack
marcosirc has joined #mlpack
mentekid has quit [Ping timeout: 260 seconds]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1363 (master - 1e9f0f3 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
mentekid has joined #mlpack
keonkim has quit [Ping timeout: 250 seconds]
sumedhghaisas has joined #mlpack
< sumedhghaisas> marcosirc: Hey Marcos...
< marcosirc> sumedhghaisas: Hi!
< sumedhghaisas> Sorry for the slow review... been a hectic week :(
< sumedhghaisas> about that directory thing...
< sumedhghaisas> I think mostly through mlpack it is followed like that...
< sumedhghaisas> it also makes searching a class easier...
keonkim has joined #mlpack
< sumedhghaisas> I mean searching for its reference...
< marcosirc> sumedhghaisas: Ok. It only means 18 lines of code, are you sure? :)
< marcosirc> You have more experience working for mlpack. So, if you think it is better I can do so! :)
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#1364 (master - 4185aa0 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
< sumedhghaisas> marcosirc: yeah that fine... I think I have some similar lines of code in 'termination policies' of AMF
< sumedhghaisas> :)
< sumedhghaisas> it also makes things simple while adding new policies...
< marcosirc> sumedhghaisas: Ok! I will do it right now!
< sumedhghaisas> the main thing is class reference though... Someone who is looking at that file might spend some time finding the class in question
< sumedhghaisas> due to combining classes together... I know I am talking like a java developer but now I am coding in it everyday... :P
< marcosirc> Haha Ok. I am always assuming everyone uses grep!
< sumedhghaisas> Yeah... spend some time in the corporate world and you will realize the opposite :) I don't think anyone in my team even does git commit from terminal...
< sumedhghaisas> So sometimes they end up commiting every new file of modified separately...
< sumedhghaisas> then I have to spend some time squashing all those commits because IDE don't provide squash option :P
< sumedhghaisas> Also finally my visa is going through... I am starting my M.Sc. in September :)
< sumedhghaisas> In University of Edinburgh
< rcurtin> congratulations! :)
< rcurtin> I hear Edinburgh is beautiful, but I have only been to Glasgow
< rcurtin> they say Glasgow is ugly, but I thought Glasgow is beautiful
< rcurtin> so I guess Edinburgh must be extremely beautiful :)
sumedhghaisas has quit [Changing host]
sumedhghaisas has joined #mlpack
keonkim has quit [Changing host]
keonkim has joined #mlpack
< sumedhghaisas> haha.. yeah it is.. according to current ranking its 4th best city to live in the world
< sumedhghaisas> super excited to go there...
< sumedhghaisas> closing all the work here past 1 months ... still a lot of it remaining.
< marcosirc> Nice to know that. Looks like a great plan for the next month!
< marcosirc> Yeah, I agree it is a bit complicated to motivate Windows users to use git from the terminal.
< marcosirc> I have been trying to do so, some months ago, for a company here... Finally they decided to use SourceTree...
< sumedhghaisas> rcurtin: also I just looked at the mlpack coverage run... its been running for past 12 days ... my god...
< rcurtin> hm, that seems a bit long :)
< sumedhghaisas> seems like the tests are not able to find the data files
< rcurtin> can you link to the build log?
< sumedhghaisas> just looked at the log...
< sumedhghaisas> sure just a moment
< rcurtin> hm, my guess is that the working directory for where the tests are being run is incorrect
< rcurtin> make sure to run mlpack_test from the build directory (that's where the tests get put)
< sumedhghaisas> ahh yes... I didn;t think of that.... the tests are internally run from the script...
< sumedhghaisas> so the working directory from where the script is run...
< sumedhghaisas> will be the working directory for those tests... not the build directory...
< rcurtin> another option is to copy all the datasets from the build directory to the directory where the script is run
< rcurtin> but it's probably easier to just change the working directory for the tests
< sumedhghaisas> and I am running the script from mlpack home directory
< sumedhghaisas> yeah just do 'cd build' and then './mlpack_coverage' than './build/mlpack_coverage' :)
< sumedhghaisas> lets see how much time the new build takes
< rcurtin> hopefully less than 12 days :)
< sumedhghaisas> ummm... @rcurtin...
< sumedhghaisas> have you checked the windows build recently?
< sumedhghaisas> I don't want to spoil the fun for you so only should check it out :P
< sumedhghaisas> *you
mentekid has quit [Ping timeout: 276 seconds]
< rcurtin> the appveyor build? let's take a look...
< rcurtin> the Jenkins windows build is failing because those hosts have not been online for probably a year or more :)
< sumedhghaisas> no.. the jenkins one...
< sumedhghaisas> yeah... 2 months...
< sumedhghaisas> should we stop it?
< sumedhghaisas> it must be tired :)
< rcurtin> haha, you can stop it if you like
< rcurtin> I guess big is probably just trying to reconnect over ssh to those machines that are not offline every 30 seconds or so...
< sumedhghaisas> oho... fourth line in console log
< sumedhghaisas> Checking out http://svn.cc.gatech.edu/fastlab/mlpack/trunk at revision '2016-06-15T14:54:00.742 -0400'
< sumedhghaisas> svn checkout?
< rcurtin> hm, that seems obsolete :)
< rcurtin> is that the windows build?
< sumedhghaisas> yeah...
< rcurtin> yeah; I am not sure those hosts will ever come back online, especially now that we have appveyor
< rcurtin> so maybe it's best to just remove that build entirely
< rcurtin> it was so much work to maintain those windows build slaves
< sumedhghaisas> okay... stopping the build then...
< sumedhghaisas> I guess deleting that build will require sudo permissions...
< rcurtin> does it? I thought that you had admin permissions and could do that
< rcurtin> I'll just go ahead and remove it then
< sumedhghaisas> I have disabled the project...
< rcurtin> ah, I see, it's disabled
< rcurtin> that's probably better, that way we don't lose any of the configuration
< rcurtin> it took a long time to make that work right
< sumedhghaisas> don;t know how to delete it though
< sumedhghaisas> yeah... in case appveyor goes down...
< rcurtin> I checked... the last time it built successfully was November 2013...
< sumedhghaisas> loooong back...
< rcurtin> yeah :)
mentekid has joined #mlpack
< marcosirc> sumedhghaisas: I have pushed a new commit with the changes you suggested. :)
< marcosirc> clear
sumedhghaisas has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mentekid has quit [Ping timeout: 240 seconds]
mentekid has joined #mlpack
ferbncode has quit [Quit: Connection closed for inactivity]
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Client Quit]
mentekid has quit [Ping timeout: 264 seconds]