cameron.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/
jbc_ has quit [Quit: jbc_]
jbc_ has joined #mlpack
< jenkins-mlpack> Yippee, build fixed!
< jenkins-mlpack> Project mlpack - nightly matrix build build #614: FIXED in 6 hr 46 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/614/
< jenkins-mlpack> * Ryan Curtin: Fix use of uninitialized value; this should help segfaulting SVDBatch tests.
< jenkins-mlpack> * Ryan Curtin: The const gets ignored (-Wignored-qualifiers).
< jenkins-mlpack> * Ryan Curtin: Minor spacing fix.
< jenkins-mlpack> * Ryan Curtin: Minor formatting fixes: tabs->spaces, etc.
< jenkins-mlpack> * Ryan Curtin: Minor formatting changes and streamlining of Armadillo expressions.
< jenkins-mlpack> * Ryan Curtin: Fix -Wreorder warnings after reordering of data members in class declaration.
< jenkins-mlpack> * michaelfox99: Now regression_distribution.cpp
< jenkins-mlpack> * michaelfox99: now regression_distribuiton.hpp
< jenkins-mlpack> * michaelfox99: rename hmm_regression.cpp
< jenkins-mlpack> * michaelfox99: Rename hmm_regression.hpp
< jenkins-mlpack> * michaelfox99: Added regression_distribution.hpp/cpp, removed hmm_regression
< jenkins-mlpack> * michaelfox99: Added Smooth and Filter functions
< jenkins-mlpack> * michaelfox99: Added Smooth and Filter functions
< jenkins-mlpack> * Ryan Curtin: Make the Mahalanobis distance a true metric by default.
Rishabh has joined #mlpack
< Rishabh> hi naywhayare... i finally got my hand around to a copy of matlab
< Rishabh> while recompiling i set compiling option with matlab bindings to ON
< Rishabh> CMake Error at CMake/FindMatlabMex.cmake:96 (MESSAGE): Could not find MATLAB mex compiler; try specifying MATLAB_ROOT. Call Stack (most recent call first): src/mlpack/bindings/matlab/CMakeLists.txt:5 (find_package)
< Rishabh> this is the error i get now
< Rishabh> i installed mex and compiled a test C program to confirm agar
< Rishabh> *again
< Rishabh> on looking around i tried cc = mex.getCompilerConfigurations
< Rishabh> but cc.Location gives empty strings
< Rishabh> even though i can use the mex compiler
< Rishabh> i tried a variety of values for MATLAB_ROOT
< Rishabh> nothing seems to work, do you have any idea what might be the issue
< Rishabh> thanks :)
Rishabh has quit [Ping timeout: 246 seconds]
govg has quit [Remote host closed the connection]
Rishabh has joined #mlpack
< Rishabh> i found the mistake the variable MATLAB_ROOT was a cmake variable and not a environment variable
< Rishabh> and i was setting the environment variable
< Rishabh> other thing is i cant seem to set it from command line using -D option also
< Rishabh> i had to edit cmake file with my location of mex compiler to get it to work
< Rishabh> how can i set it from command line?? thanks a lot :)
< Rishabh> anyways all the bindings are broken.. i will try to make them work
Rishabh has quit [Ping timeout: 246 seconds]
brij has joined #mlpack
brij has quit [Ping timeout: 256 seconds]
< jenkins-mlpack> Project mlpack - nightly matrix build build #615: UNSTABLE in 6 hr 21 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/615/
jcarlson has quit [Quit: jcarlson]
brij has joined #mlpack
govg has joined #mlpack
brij has quit [Remote host closed the connection]
brij has joined #mlpack
brij has quit [Quit: Leaving]
islamfm has joined #mlpack
islamfm is now known as islamfaisal
islamfaisal has quit [Quit: Konversation terminated!]
islamfm has joined #mlpack
islamfm has quit [Client Quit]
islamfaisal has joined #mlpack
islamfaisal is now known as islamfm
islamfm is now known as islamfaisal
islamfaisal is now known as islamfm
islamfm is now known as islamfaisal
islamfaisal has quit [Client Quit]
islamfaisal has joined #mlpack
govg has quit [Remote host closed the connection]
< jenkins-mlpack> Starting build #2149 for job mlpack - svn checkin test (previous build: SUCCESS)
govg has joined #mlpack
jbc_ has quit [Ping timeout: 250 seconds]
govg has quit [Remote host closed the connection]
< jenkins-mlpack> Project mlpack - svn checkin test build #2149: SUCCESS in 1 hr 34 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2149/
< jenkins-mlpack> * Ryan Curtin: Fix logistic regression tests by enforcing a tighter tolerance for SGD
< jenkins-mlpack> convergence. The changes introduced to SGD in r17196 to cause SGD to shuffle
< jenkins-mlpack> also caused situations where SGD can converge way too early, causing the two
< jenkins-mlpack> tests to fail. Tightening the tolerance to 1e-10 appears to be the solution to
< jenkins-mlpack> this issue.
< jenkins-mlpack> * Ryan Curtin: Increase number of samples and give debugging output, in order to try and track
< jenkins-mlpack> down the bug I am seeing in all the Jenkins tests.
< jenkins-mlpack> Starting build #2150 for job mlpack - svn checkin test (previous build: SUCCESS)
< jenkins-mlpack> Project mlpack - svn checkin test build #2150: FAILURE in 5 min 6 sec: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2150/
< jenkins-mlpack> * Ryan Curtin: Be explicit with calls to arma:: functions. Although gcc accepts this as-is, we
< jenkins-mlpack> don't have a guarantee that all compilers will.
< jenkins-mlpack> * Ryan Curtin: Add a simple test for DualTreeKMeans.
< jenkins-mlpack> * Ryan Curtin: Add DualTreeKMeans as an option to the kmeans program (and also DTNN with cover
< jenkins-mlpack> trees).
< jenkins-mlpack> * Ryan Curtin: Add DualTreeKMeans files to CMakeLists.txt.
< jenkins-mlpack> * Ryan Curtin: This is an experimental method that I am working on. Right now it is not very
< jenkins-mlpack> useful as I have not implemented all of the pruning strategies that I intend to.
< jenkins-mlpack> Starting build #2151 for job mlpack - svn checkin test (previous build: FAILURE -- last SUCCESS #2149 2 hr 13 min ago)
< jenkins-mlpack> Project mlpack - svn checkin test build #2151: STILL FAILING in 5 min 5 sec: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2151/
< jenkins-mlpack> Ryan Curtin: Add a semi-hackish breadth-first traverser. The tree abstractions will need to
< jenkins-mlpack> change to support arbitrary traverser types (probably by adding a template
< jenkins-mlpack> parameter) but for now this works to make DualTreeKMeans work.
< jenkins-mlpack> Starting build #2152 for job mlpack - svn checkin test (previous build: STILL FAILING -- last SUCCESS #2149 2 hr 30 min ago)
< jenkins-mlpack> Project mlpack - svn checkin test build #2152: STILL FAILING in 5 min 5 sec: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2152/
< jenkins-mlpack> Ryan Curtin: Add breadth first traverser.
< jenkins-mlpack> Starting build #2153 for job mlpack - svn checkin test (previous build: STILL FAILING -- last SUCCESS #2149 2 hr 55 min ago)
< jenkins-mlpack> Project mlpack - nightly matrix build build #616: STILL UNSTABLE in 6 hr 22 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/616/
< jenkins-mlpack> Ryan Curtin: Increase number of samples and give debugging output, in order to try and track
< jenkins-mlpack> down the bug I am seeing in all the Jenkins tests.