rusty-machine
rusty-machine copied to clipboard
I think PCA has not been made public yet
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.
I understood the issue. The implementation of PCA is there but this has not been published to the crates yet.