naywhayare 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/
govg has joined #mlpack
govg has quit [Ping timeout: 272 seconds]
govg has joined #mlpack
govg has quit [Changing host]
govg has joined #mlpack
sumedhghaisas has joined #mlpack
govg has quit [Quit: leaving]
arcane_ has joined #mlpack
arcane_ has left #mlpack []
oldbeardo has joined #mlpack
govg has joined #mlpack
govg has quit [Changing host]
govg has joined #mlpack
oldbeardo has quit [Quit: Page closed]
sumedhghaisas has quit [Ping timeout: 272 seconds]
sumedhghaisas has joined #mlpack
avonmoll has joined #mlpack
< avonmoll> I'm having a difficult time with the installation process on Windows (including all the dependencies) -- would love some help in that area
< naywhayare> hi avonmoll, I can do my best to help
< naywhayare> Windows is tricky...
< avonmoll> Is there a suggested alternative... like VirtualBox?
< naywhayare> honestly, when I get it building on the build server again, I think I will just provide compiled Windows binaries
< naywhayare> but I am minimally familiar with the proper protocol for distributing software on Windows (does it depend on the .net framework? which version? which libraries should I include?)
< avonmoll> that sounds like it would be easier!
< avonmoll> I'm basically starting from scratch -- just installed Eclipse C/C++ IDE today
< naywhayare> yes, the problem is that the build server isn't compiling mlpack successfully right now, and I haven't yet figured out why
< naywhayare> Eclipse on Windows?
< avonmoll> Yep
< naywhayare> ok... I've never done that before, so I can try to help but I'm not 100% sure
< jenkins-mlpack> Project mlpack - svn checkin test build #2106: ABORTED in 4 days 22 hr: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2106/
< jenkins-mlpack> * Ryan Curtin: Resurrect Phi tests from gmm_test.cpp.
< jenkins-mlpack> * Ryan Curtin: Convert tabs to spaces.
< jenkins-mlpack> Starting build #2107 for job mlpack - svn checkin test (previous build: ABORTED -- last SUCCESS #2105 5 days 0 hr ago)
< avonmoll> Ooooh yeah I had come across that once but forgot where to find it
< avonmoll> So I used the installer to install CMake, but it doesn't seem to be linked into Eclipse at all
< naywhayare> when I did it, I used CMake as a standalone program to configure mlpack
< naywhayare> then I opened the visual studio project file once I got CMake to configure everything right
< naywhayare> I imagine you can use an Eclipse generator (or something like that), so once CMake finds all the dependencies, you can open an auto-generated project file in Eclipse
< jenkins-mlpack> Project mlpack - nightly matrix build build #568: ABORTED in 5 days 6 hr: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/568/
< jenkins-mlpack> andrewmw94: Dual tree traverser.
< avonmoll> Just tried to configure Armadillo in CMake and got this:
< avonmoll> CMake Error: Cannot open file for write: C:/Program Files (x86)/CMake/CMakeCache.txt.tmp
< avonmoll> CMake Error: The source directory "C:/Software/armadillo-4.400.1/build_aux/cmake/InstallFiles" does not appear to contain CMakeLists.txt.
< avonmoll> Specify --help for usage, or press the help button on the CMake GUI.
< avonmoll> CMake Error: : System Error: No such file or directory
< avonmoll> CMake Error: Unable to open cache file for save. C:/Program Files (x86)/CMake/CMakeCache.txt
< avonmoll> CMake Error: : System Error: No such file or directory
< naywhayare> sorry for the slow response... I stepped out
< naywhayare> does the directory C:/Program Files (x86)/CMake/ exist?
< naywhayare> or, sorry, hang on, I overlooked something else
< naywhayare> it looks as though you chose the source directory "C:/Software/armadillo-4.400.1/build_aux/cmake/InstallFiles"
< naywhayare> but I think you should have chosen the directory with CMakeLists.txt in it, which is "C:/Software/armadillo-4.400.1/"
< avonmoll> Yeah, I have the CMake folder
< avonmoll> ooo OK, I'll try that one
< avonmoll> No CMAKE_CXX_COMPILER could be found
< naywhayare> so, you have Eclipse installed, but do you have a C++ compiler installed?
< naywhayare> Visual Studio is an IDE which comes with a compiler, but I don't think Eclipse ships with a compiler...\
< avonmoll> Ah - that would do it.
< avonmoll> I do not have a compiler then
< naywhayare> so, if you don't have access to visual studio, your choices include MinGW/MSYS
< naywhayare> and probably some others, but MinGW is the only one I know of
< avonmoll> OK - installing MinGW C++ compiler
< naywhayare> I have to go for dinner... I will be back later tonight, though, so if you leave any messages I will try to answer them when I get back
< naywhayare> you can also use the mailing list if you like
< naywhayare> there were some recent posts about using MinGW:
< avonmoll> Alrighty - I appreciate the help. I'll probably try to finish the install process tomorrow during the day. How do you join the mailing list?
< avonmoll> Aha, thanks.
< naywhayare> (actually, I think all of the August posts have to do with MinGW)
< naywhayare> you can subscribe there
sumedhghaisas has quit [Ping timeout: 249 seconds]
< jenkins-mlpack> Project mlpack - svn checkin test build #2107: SUCCESS in 1 hr 31 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2107/
< jenkins-mlpack> * Ryan Curtin: Refactor CalculateBound() and improve to fix regressions noted in #365. This
< jenkins-mlpack> bound seems to actually perform better than the bound used for 1.0.8; however,
< jenkins-mlpack> it is slightly slower. This is likely due to the more complex TraversalInfo
< jenkins-mlpack> structure; so, that bug should be solved by the traverser and not in the rules,
< jenkins-mlpack> it seems.
< jenkins-mlpack> * Ryan Curtin: Display base cases and scores for single-tree mode.
< jenkins-mlpack> * michaelfox99: typo in comments
< jenkins-mlpack> * michaelfox99: intercept no longer penalized and can be turned off, observation weighs supported
< jenkins-mlpack> * michaelfox99: intercept no longer penalized and can be turned off, observation weights now supported
< jenkins-mlpack> * siddharth.950: Adding Softmax Regression module.
< jenkins-mlpack> * Ryan Curtin: Use FATAL_ERROR instead of FATAL. Also find ARPACK quietly.
< jenkins-mlpack> * Ryan Curtin: Be quiet when finding things so as to not duplicate output.
< jenkins-mlpack> * Ryan Curtin: A first draft of a smarter FindArmadillo script, which takes into account
< jenkins-mlpack> whether or not ARMA_USE_WRAPPER is being used.
< jenkins-mlpack> * Ryan Curtin: I forgot to add Udit to the list of contributors!
< jenkins-mlpack> * saxena.udit: Style changes. No code changes
< jenkins-mlpack> * saxena.udit: New tests added for the AdaBoost classification function.