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
<jonpsy[m]> Eshaan Agarwal: How's the progress?
<jonpsy[m]> Eshaan Agarwal: Can you schecdule a meeting for tommorow?
<jonpsy[m]> Invite me and fieryblade
<EshaanAgarwal[m]> <jonpsy[m]> "Eshaan Agarwal: How's the..." <- I was done with env code ! I need to start with step 2 which was related to keeping the weights same
<EshaanAgarwal[m]> <jonpsy[m]> "Invite me and fieryblade..." <- Sure I'll do that
<zoq[m]> rcurtin: The imputer processing executable (https://github.com/mlpack/mlpack/blob/master/src/mlpack/methods/preprocess/CMakeLists.txt#L47) is currently not supported in any of the bindings, not sure I see the reason for this.
<rcurtin[m]> the issue is that the binding is written to take filenames in; that's fine for the command-line, but it's awkward in Python, where you would need to e.g. write the matrix to disk, then pass the filename to the binding, then load whatever the output matrix got written to by the binding
<rcurtin[m]> basically the binding would need to be modified to take a matrix directly; I seem to remember there being something tricky about this having to do with representation of NaNs, but maybe not, maybe it would work just fine to change `PARAM_STRING_IN_REQ("input_file", "...")` to `PARAM_MATRIX_IN("input", ...)`?
<zoq[m]> Thanks for the explanation; Tarek expressed interested in adding bindings support for this one, so we will test it out.
<zoq[m]> Thanks
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
<rcurtin[m]> yeah, maybe it would be really easy, maybe not 😃
<rcurtin[m]> it's certainly worth an attempt
<zoq[m]> agreed
pbsds has joined #mlpack
pbsds has quit [Ping timeout: 268 seconds]
pbsds has joined #mlpack