rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
CaCode_ has joined #mlpack
CaCode has quit [Ping timeout: 260 seconds]
_whitelogger has joined #mlpack
CaCode_ has quit [Ping timeout: 256 seconds]
CaCode has joined #mlpack
CaCode has quit [Quit: Leaving]
domenicostefaniD has joined #mlpack
<domenicostefaniD> Greetings,
<zoq[m]1> jonpsy: Hello, I can't make the meeting today.
<Sirish07Sirish[m> Hey, just a quick query. I intend to run only "RecommendationAccuracySVDPPTest" of CFTest file. Is there any command for that?
<zoq[m]1> `bin/mlpack_test "RecommendationAccuracySVDPPTest"`
<Sirish07Sirish[m> Thanks :)
<ShubhamAgrawal[7> zoq: A quick question
<ShubhamAgrawal[7> How do I make a fork from your fork for ann-vtable as I have already made fork of original repo.
<zoq[m]1> You don't need github for that, you could just clone my mlpack fork e.g. using `git clone https://github.com/zoq/mlpack.git`.
<zoq[m]1> That will clone the `vtable` branch as well and you can just do the things are you would normally do.
<ShubhamAgrawal[7> zoq[m]1: But I can't push directly there
<zoq[m]1> s/are//
<zoq[m]1> Yeah, you would have to create another branch, which is based on the `vtable` branch and then you can open a PR with the changes.
<zoq[m]1> Like if you create a new branch based on my fork do some changes and push it, and go to https://github.com/zoq/mlpack github will ask you if you want to open a PR with the changes.
<zoq[m]1> You could also create a new repo and select import from repository.
<zoq[m]1> That will avoid the whole is already existing thing, because of the repo name.
<ShubhamAgrawal[7> <zoq[m]1> "That will avoid the whole is..." <- That worked
<ShubhamAgrawal[7> Thanks :)