/PLS-numerical-method

Primary LanguagePythonApache License 2.0Apache-2.0

PLS-numerical-method

Tutorials

Download dataset

Extract dataset to /workspace/dataset

Download requirements

pip install -r requirements

Run PLSRegression

python plsr.py

Find the best of number of components in PLSRegression

python plsr_grid.py

Run PCRegression

python pcr.py

Find the best of number of components in PCRegression

python plsr_grid.py