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/
< SachaD>
I got error: error: Mat::operator(): index out of bounds terminate called after throwing an instance of 'std::logic_error'
< SachaD>
What I did wrong?
SachaD has quit [Quit: Konversation terminated!]
Soham has joined #mlpack
< zoq>
SachaD: Can you create a minimal example to reporduce the issue?
< Soham>
i want to install mlpack for python but there is some problem(Windows User)! As per the documentation it's straight and simple using either "pip install mlpack/mlpack3" or using "conda install -c mlpack mlpack" but neither seem to work!!any help will be highly appreciated!Thanks!
Soham has quit [Remote host closed the connection]
< HimanshuPathakGi>
(edited) ... message for ... => ... message so that we can understand what the problem is for ...
ImQ009 has joined #mlpack
< kumaran[m]>
<zoq "kumaran: Hello, there is a PR op"> PR number?
< metahost>
Soham: if you could share the error log (via pastebin.com) then it would be great!
< rcurtin>
Soham: metahost: I am still working out getting the Windows Python bindings to build so I can upload them to pip. I think conda should work though?
< rcurtin>
might be a good idea to file an issue with the conda Github repository if not
< zoq>
conda-forge has linux builds only, but you are right we should probably just open a PR to enable the windows build
< rcurtin>
zoq: oh, really? weird, I thought I worked with the conda-forge maintainers to fix that
< rcurtin>
I don't know conda at all, so I'm not sure what the right way to go is
< rcurtin>
if you want I can ping the conda mlpack maintainer, or, maybe we can open an issue on mlpack's github and someone interested in contributing might give it a shot?
< zoq>
I can open an issue on the mlpack github, there is probably someone who is interested in take a closer look into the issue.
< rcurtin>
sounds good, I think that might get some interest (hopefully :))
< HimanshuPathakGi>
I think I would like to work on this issue
< HimanshuPathakGi>
(edited) I think Iwould ... => I would ...
< HimanshuPathakGi>
So, here we need to enable windows build. zoq can you please provide more context
< zoq>
HimanshuPath: Right, so as you can see on https://github.com/conda-forge/mlpack-feedstock the windows build is disabled, not sure what the reason is, so I guess you could checkout some other packges in the conda-forge repo that has the windows build enabled and see if you can replicate that for mlpack.