ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
govg has quit [Ping timeout: 244 seconds]
govg has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
< Eddie-XiaoGitter>
@rcurtin Ryan, mabe we should update the documentation, pointing out that when using openmp, model must be defined in pointer to array and delete[] set =null for each thread
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
abernauer[m] has joined #mlpack
aadarsh-asthanaG has joined #mlpack
MostafaNabiehGit has joined #mlpack
kartikdutt18Gitt has joined #mlpack
siddhant2001Gitt has joined #mlpack
birm[m] has joined #mlpack
jeffinsamGitter[ has joined #mlpack
RyanBirminghamGi has joined #mlpack
MrityunjayTripat has joined #mlpack
GauravTirodkar[m has joined #mlpack
ShivamShaurya[m] has joined #mlpack
ArijitRoyGitter[ has joined #mlpack
saksham189Gitter has joined #mlpack
Manav-KumarGitte has joined #mlpack
outmanipulateGit has joined #mlpack
VSaicharanGitter has joined #mlpack
AtharvaKhandaitG has joined #mlpack
AniThoGitter[m] has joined #mlpack
nishantkr18[m] has joined #mlpack
OmarWagih1Gitter has joined #mlpack
ImQ009 has joined #mlpack
petris has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
RajatVerma has joined #mlpack
petris has quit [Quit: Bye bye.]
< RajatVerma>
I've downloaded the windows zip file for mlpack and extracted it. Will it automatically show up in the IDEs I use ?
petris has joined #mlpack
< RajatVerma>
can anyone answer ?
< say4n>
I don't think the executables are added to your PATH. So, other programs can't find them. You could use the .msi installer instead, which I think adds the executables the PATH variable.
< RajatVerma>
done, it still says cannot open source file "mlpack/core.hpp"
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
< AakashkaushikGit>
Hey @zoq i want to open a PR for addition of Sotmin function but as i have made changes on my master previously so should i create a new pr after the changes for mean absolute percentage function are merged or should i undo the changes on the master branch and create a new PR for mean absolute percentage error and Sotmin function.
petris has joined #mlpack
< RajatVerma>
<done, it still says cannot open source file "mlpack/core.hpp"> anyone ?
petris has quit [Quit: Bye bye.]
< HavshxjdnaggzGit>
Hello, How can I print info of the tree indexes in KNN? Is it possible ?
petris has joined #mlpack
RajatVerma has quit [Ping timeout: 256 seconds]
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
RajatVerma has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
RajatVerma has quit [Ping timeout: 240 seconds]
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
RajatVerma has joined #mlpack
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
petris has quit [Quit: Bye bye.]
< say4n>
RajatVerma: what IDE are you on?
petris has joined #mlpack
< say4n>
If you want to include the source files, you'll need to download the files from source code release archive and extract them to a location that is visible to your IDE.
RV784Gitter[m] has joined #mlpack
< RV784Gitter[m]>
> `say4n` RajatVerma: what IDE are you on?
< RV784Gitter[m]>
CodeBlocks and Visual Studio. Both have same error.
< RV784Gitter[m]>
how can I do this ?
< say4n>
I would suggest you use a package manager for windows instead of going through all the trouble of manually configuring things... like vcpkg (https://github.com/Microsoft/vcpkg)
< say4n>
Then you could install mlpack with just ```vcpkg install mlpack:x64-windows```
< RV784Gitter[m]>
Even after total elapsed time of 1.8 hours during download mlpack, I cannot build header file "mlpack/core.hpp" with Visual Studio. On the download page, it was mentioned that after installing, VS would be up for running mlpack.
RajatVerma has quit [Ping timeout: 240 seconds]
< zoq>
RV784Gitter[m]: I'm not sure what you mean with I cannot build the header file.