AtheMathmo / rusty-machine

Machine Learning library for Rust
https://crates.io/crates/rusty-machine/
MIT License
1.25k stars 153 forks source link

I think PCA has not been made public yet #202

Open infinite-Joy9l opened 5 years ago

infinite-Joy9l commented 5 years ago

Trying to run pca gives the following error

17 | use rusty_machine::learning::pca::PCA;
   |                              ^^^ could not find `pca` in `learning`

In case we are yet working on implementing pca, the docs should say that.

infinite-Joy commented 5 years ago

I understood the issue. The implementation of PCA is there but this has not been published to the crates yet.