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