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/
ib07 has quit [Ping timeout: 240 seconds]
ib07 has joined #mlpack
ib07 has quit [Max SendQ exceeded]
ib07 has joined #mlpack
The_LoudSpeaker has quit [Ping timeout: 260 seconds]
The_LoudSpeaker has joined #mlpack
The_LoudSpeaker has quit [Changing host]
The_LoudSpeaker has joined #mlpack
ib07 has quit [Ping timeout: 240 seconds]
ib07 has joined #mlpack
The_LoudSpeaker has quit [Ping timeout: 256 seconds]
ImQ009 has joined #mlpack
< arcinston[m]>
im a newbie
< arcinston[m]>
the guide said to read up on c++ boost libs
< arcinston[m]>
i did that but does anyone have a good resource from where i could read up on boost or is documentation enough
< arcinston[m]>
i just want to get upto speed so that i can get started with understanding the codebase and then start contributing
The_LoudSpeaker has joined #mlpack
< zoq>
arcinston[m]: Hello, we are about to drop all boost functionality, that said the network code uses boost::variant, which is worth a look.
< zoq>
NippunSharmaGitt: Correct, feel free to add a check, but don't feel obligated.
sahasrarjn has joined #mlpack
sahasrarjn has quit [Remote host closed the connection]
< arcinston[m]>
how can i start working on a good first issue?
< zoq>
arcinston[m]: You can comment on the issue you find interesting for further details.
< arcinston[m]>
okay thanks
< arcinston[m]>
its a stupid doubt but i tried installing mlpack lib via apt from https://www.mlpack.org/getstarted.html its says the lib has been installed but still when i run example progrms it says fatal error no such file or folder detected
< zoq>
arcinston[m]: I see, the issue is that you can't just build the main_ using a simple g++ command.It would be easier to take a look at one of the tutorials and build the code; link against libmlpack.so
< arcinston[m]>
could you elaborate zoq
< arcinston[m]>
now i just tried to build the lib
< arcinston[m]>
am i doing this right by building the lib itself
< arcinston[m]>
well if you work on linux how did you make it work
< arcinston[m]>
this is happening prolly because mlpacks is still being built
< arcinston[m]>
so ill give it some time
< arcinston[m]>
well atleast made some progress in the first day
Dishant has quit [Remote host closed the connection]
< arcinston[m]>
well its still broken
< arcinston[m]>
this should be simple
< arcinston[m]>
what am i doing wrong
< zoq>
arcinston[m]: it's called mlpack not mlpacks :)
ImQ009 has quit [Quit: Leaving]
< _slack_mlpack_10>
hello everybody, I am new to the community and just getting started with ML using c++, so I tried to install mlpack using this guide <https://mlpack.org/doc/mlpack-3.1.0/doxygen/build_windows.html> it took me about 3.5+ hours to install(1st pic), and after that when I tried to work with it its showing me this(2nd pic). If anybody can help me with this, and how to run then it would be very helpful