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
<jonathanplatkiew> Ryan Curtin I got this error with armadillo
<jonathanplatkiew> `error: 'quantile' is not a member of 'arma'`
<jonathanplatkiew> How can I fix that? Thanks!
<heisenbuugGopiMT> Can you show the code?
<heisenbuugGopiMT> Also what version of aram are you using?
<jonathanplatkiew> Gopi Manohar Tatiraju *arma version: 8.400.0*... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/6cba7fcb7fad625c2e58b14158bd10c94fc0e0fc)
<heisenbuugGopiMT> `quantile` is available in Armadillo since version 9.900
<jonathanplatkiew> argg
<heisenbuugGopiMT> I am pretty sure thats the case, but you should still check it out once on official doc.
<jonathanplatkiew> ok thanks Gopi Manohar Tatiraju - that answers my question!
<heisenbuugGopiMT> Welcome
<heisenbuugGopiMT> Has anyone ever used `flatbuffers`, I need some help.
<jonpsy[m]> <_slack_mlpack_U02P4MRKNA2[m]> "Hello everyone. I'm Shubham, and..." <- sure, feel free to reach out. one of the dev will get back to you when they find time! Have fun
<jonpsy[m]> 1.c++11 if im not mistaken, for compatability support mostly
<jonpsy[m]> 3. You can port custom models to mlpack, the last two GSoC works were related to that, go through previosu gsoc works.
<jonpsy[m]> 2. There's also `ensmallen` repository where we handle `optimizers`, `callbacks` & `schecdulers`. Have a look there.
<jonpsy[m]> 4. Not sure
braceletboy has quit [Read error: Connection reset by peer]
braceletboy has joined #mlpack
<zoq[m]1> > <@jonpsy:matrix.org> 1.c++11 if im not mistaken, for compatability support mostly... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/885948c78034e7032eca98debd2e7b771d1b1472)
<rcurtin[m]> ensmallen made it to the hackernews frontpage: https://news.ycombinator.com/item?id=29489613
<zoq[m]1> rcurtin[m]: Nice, auto-diff is on my list for a long time, even if it makes sense to implement your own gradient function, I agree it makes sense to at least have that option.
<rcurtin[m]> definitely, it would be great to have---I do think it should be a separate (but perhaps easily integrated) tool though
<zoq[m]1> Agreed, my hope was that somebody would take up - https://github.com/autodiff/autodiff/issues/129 :)
<rcurtin[m]> yeah agreed :)