rusty-machine icon indicating copy to clipboard operation
rusty-machine copied to clipboard

I think PCA has not been made public yet

Open infinite-Joy9l opened this issue 5 years ago • 1 comments

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-Joy9l avatar Mar 19 '19 15:03 infinite-Joy9l

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

infinite-Joy avatar Apr 04 '19 04:04 infinite-Joy