chris m
chris m
This was brought up during the most recent Rust-ML meeting as something that should be added to the NLP category: https://github.com/finalfusion/finalfrontier
@kno10 Sorry, some of this is on me--I agreed to take on some of the maintenance for Are We Leaning Yet, but have taken a bit of a hiatus on...
It looks like the initial issue with long unbounded execution times for DBSCAN was fixed in #100, so I'm putting this on the backburner for the time being
I think a good set of sketches for this might also be the existing [`mnist`](https://github.com/davidMcneil/mnist) and [`cifar-ten`](https://github.com/quietlychris/cifar-ten) crates? It looks like the Newsgroups code is pretty similar to the `curl`...
There's not a new version to bump to yet; I just created a branch that should have the fix, but Remi will be testing it locally before merging it will...
Okay, a PR with the fix for the `mnist` crate has been submitted upstream, just waiting on a response from the maintainer
Just as a counterpoint to @relf: I've started on simple efforts for porting Linfa to Python a couple times (PyO3 can be oddly frustrating sometimes), and I'm not convinced that...
I also didn't see this linked yet, so just wanted to add it to the thread: the [PyO3](https://github.com/PyO3) project already has a Numpy interop project called [rust-numpy](https://github.com/PyO3/rust-numpy) which could help...
I'm afraid it doesn't look like this fixes the issue. Thanks for your consideration, but since it sounds like you're doing a lot of re-factoring at the moment (really looking...
I think we've had a miscommunication. When I clone the `neuronika` repository and run `cargo run --example quickstart --features="serialize"`, everything compiles fine. However, when I create a new repository `cargo...