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/
dendre has quit [Read error: Connection reset by peer]
ImQ009 has joined #mlpack
ImQ009 has quit [Quit: Leaving]
< hemal[m]>
Hello @birm:matrix.org , could you review PR #2344 when you get time ?
ImQ009 has joined #mlpack
< hemal[m]>
Hello,
< hemal[m]>
MLPack supports python2, correct ?
< hemal[m]>
But now python2's support has stopped and should mlpack move to python3 ?
< zoq>
hemal[m]: We support python2.7 and python3.
< hemal[m]>
Ok, so while installing mlpack, it showed that python-pandas is not found, skipping the python bindings.
< hemal[m]>
Is this correct ?
< hemal[m]>
Or did I miss something ?
< zoq>
hemal[m]: Depends on what your default python version is, you can also manually set -DPYTHON_EXECUTABLE=/usr/bin/python3 in the cmake step.