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/
robertohueso has quit [Ping timeout: 245 seconds]
robertohueso has joined #mlpack
< rcurtin> robertohueso: I'm looking at the subspace tree implementation and wondering if the best way to do this might be to store µ, U, Λ, and d in a StatisticType
< rcurtin> and actually for the splitting mechanism, it looks like Dongryeol suggests the kd-tree strategy
< rcurtin> which would mean that all you'd need is a custom StatisticType... if I am understanding right...
jeffin143 has quit [Read error: Connection reset by peer]
< jenkins-mlpack2> Project docker mlpack nightly build build #362: STILL UNSTABLE in 3 hr 26 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/362/
vivekp has joined #mlpack
Aryan has joined #mlpack
< Aryan> Hello!
< Aryan> Can someone guide me on how i can contribute?
Aryan has quit [Client Quit]
< zoq> Aryan: Hello there, https://www.mlpack.org/community.html should provide the information you asked for; see the getting involved section
KimSangYeon-DGU has joined #mlpack
Jeffin143 has joined #mlpack
< Jeffin143> rcurtin , zoq : do you use cmd-line to review pull request, i mean comment and reply ?
< zoq> Jeffin143: No I use the webinterface.
< Jeffin143> zoq : ok :)
xiaohong has joined #mlpack
< xiaohong> Hi, if I want to rebuild the CI, I just use the command `@mlpack-jenkins`, right?
ImQ009 has joined #mlpack
< zoq> xiaohong: Hey, that only works for jenkins jobs (style, static, memory, latex). I can restart the travis build for you.
< xiaohong> zoq: Okay, I am not sure why the last CI test is failed, I am trying to rebuild it. Can you help me restart it?
KimSangYeon-DGU has quit [Quit: Page closed]
< zoq> the PPO PR?
< xiaohong> No, it is the pendulum PR.
< xiaohong> The test 126/142 Test #140: RadicalMainTest ..................***Failed 0.99 sec is failed.
< zoq> ahh, I see you can ignore the failing test, there is an open PR which should make the test more stable.
xiaohong has quit [Ping timeout: 256 seconds]
xiaohong has joined #mlpack
< xiaohong> zoq: Ok, thank you for your clarification.
lozhnikov has quit [Quit: ZNC 1.7.3 - https://znc.in]
lozhnikov has joined #mlpack
KimSangYeon-DGU has joined #mlpack
xiaohong has quit [Ping timeout: 256 seconds]
Jeffin143 has quit [Ping timeout: 256 seconds]
favre49 has joined #mlpack
saksham189 has joined #mlpack
sreenik[m] has joined #mlpack
KimSangYeon-DGU has quit [Quit: Page closed]
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
favre49 has quit [Ping timeout: 256 seconds]
pd09041999 has joined #mlpack
pd09041999 has quit [Excess Flood]
pd09041999 has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
pd09041999 has quit [Quit: pd09041999]
gmanlan has joined #mlpack
< gmanlan> zoq: you there?
< zoq> yes
< gmanlan> qq: did you have the chance to work on the website distribution list table?
< zoq> yes, I made some progress, but there is still some work left to do, I think I can finish the rest, early next week.
< gmanlan> ok that sounds good - if at some point you believe it's getting complicated or overwhelming, please don't worry - we can try an intermediate solution first if needed
< gmanlan> I would like to wrap up the new website next week if possible, so we can iterate over it with new-smaller PRs for the improvements
< zoq> Agreed, if you like we can just go with the current solution and I can open a PR later.
< gmanlan> ok - will wait until earlier next week, and then we see from there
< gmanlan> thanks zoq
< zoq> okayy, sounds good
< gmanlan> rcurtin: you know the website scripts better than me, could you please send me/show me an already "processed" doxygen package to "paste" into the website so I can work on formatting?
< rcurtin> gmanlan: oh, right! I forgot I was going to do that
< rcurtin> hang on
< gmanlan> np :)
< rcurtin> this directory contains all the preprocessed doxygen output in doc/; basically, this is what gets generated and dropped into the doc/ directory before Jekyll builds the whole website
< rcurtin> there are two pieces here: each doc/mlpack-x.y.z/ directory contains the Doxygen documentation (after postprocessing, which we can change as we need) in doxygen/ and the Markdown bindings as the .md files
< gmanlan> excellent, thanks! - and the CSS for doxygen is being read from the base jekyll site right?
< rcurtin> some of the .md files are not meant to be viewed by users; the ones that users see (or will find links to) are cli_documentation.md and python_documentation.md (and more as more languages are added)
< rcurtin> sort of... Doxygen also contains its own CSS in the doxygen/ directory that may need some modification
ImQ009 has quit [Quit: Leaving]
< gmanlan> got it, thanks rcurtin
< gmanlan> please keep that .tar.gz there for a while, I may need to download it again later
< rcurtin> yeah, I won't move it, I'll probably have forgotten about it by tomorrow :)
< gmanlan> :)
gmanlan has quit [Quit: Page closed]
< sreenik[m]> rcurtin: What namespaces are okay with mlpack's design conventions? What I am currently using are mlpack::ann, mlpack and std. Also to mention, I have purposefully avoided using arma.
< rcurtin> sreenik[m]: doesn't matter much to me, but what's the context?
< rcurtin> we shouldn't have any 'using namespace' directives in .hpp files
< rcurtin> but that's the only real restriction that I see
< rcurtin> (if you use a 'using' directive in a header file, if someone includes mlpack then they are automatically 'using' that namespace too, which may break their code depending...)
< sreenik[m]> Yes, I was talking about .hpp files only
< sreenik[m]> Oh yes, that solves it :)
< rcurtin> :)
travis-ci has joined #mlpack
< travis-ci> robertohueso/mlpack#20 (mc_kde_error_bounds - 719c8bf : Roberto Hueso Gomez): The build was broken.
travis-ci has left #mlpack []