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/
< zoq>
Now it says "All students who pass the program are announced."
< rcurtin>
ok, so I guess emails are not sent yet :)
ImQ009 has joined #mlpack
techsunny has joined #mlpack
techsunny has quit [Quit: Connection closed for inactivity]
sriquack[m] has left #mlpack []
< AakashkaushikGit>
Hey @rcurtin it is mentioned in the build.hpp that the listed packages can be installed through apt for ubuntu with version 18.04 and above and debian 10 or above so should i just check the repositories of the builds above these two and skip the ones below ?
< rcurtin>
AakashkaushikGit: that seems fine to me
< shrit[m]>
Yes, It was sent yesterday, I received my email
< rcurtin>
awesome, then I should send an announcement to the mailing list :)
< shrit[m]>
Perfect.
< rcurtin>
shrit[m]: I forgot how unproductive old computers were... while my 386 was upgrading to potato (which was taking forever!) I accidentally toggled the power strip it was plugged into
< rcurtin>
upon reboot, it looks like the head may have crashed in a particular location on the hard drive, and it won't boot up... so now I get to try again from a clean slink install :)
< shrit[m]>
Ok, hope that slink installation will not take as long as potato upgrade
< shrit[m]>
I think most of the tests are passing now, we have only the IOTest that is failing,
< shrit[m]>
I will re-consider my old laptop this weekend If I have the time, I only need to have an X server running and have a terminal.
< shrit[m]>
I need to block like a whole afternoon in order to resolve all possible hidden issue in an old laptop, since poweroff, reboot, sleep, non of them is working
< rcurtin>
hehe, most of the potato upgrade slowness was just that dpkg needs a yes or no from me so many times
< rcurtin>
and I know how you feel about needing a whole afternoon... old computers are slow to run and slow to debug :)
< shrit[m]>
I resolved the octree error locally, I think we have two errors, if we can elaborate on them, we can finish cereal by tomorrow
ImQ009 has quit [Quit: Leaving]
< rcurtin>
shrit[m]: yeah, agreed, it looks like we are getting close
< rcurtin>
but it seems like there are also a few errors in mlpack_catch_test too
< rcurtin>
(I think they will each be simple)
< AakashkaushikGit>
hey @rcurtin in ubuntu 18.04 pandas-python is still available but in favor of only python3 in ubuntu 20.04 it was dropped, should i mention them seperately ?
< rcurtin>
is pandas-python a python2 package or a python3 package? we should be providing instructions for python3
< AakashkaushikGit>
python2
< AakashkaushikGit>
okay i understood.
techsunny has quit [Quit: Connection closed for inactivity]
HavshxjdnaggzGit has joined #mlpack
< HavshxjdnaggzGit>
Hello, I want to print each point with all of its neighbors in a line for knn, how can I do that>