Replace matrices.rs with ndarray
Open
- Dominant language
- Rust
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
[ndarray](https://docs.rs/ndarray/0.8.0/ndarray/) has become the de-facto standard for matrix handling in Rust. I suggest to use that instead of building your own matrix implementation.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading matrices.rs and reviewing the ndarray 0.8.0 documentation linked in the issue. Trace where the existing matrix implementation is used by the Hidden Markov Model and Viterbi algorithm. Done means the custom matrix implementation is replaced with ndarray while the existing HMM behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- machine-learning
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100