PCR出口
使用scikit-learn库构建主成分回归模型的Python包。 该软件包遵循与scikit-learn API相同的原理,并公开了类似的fit和predict方法。
在PyPI上查看它: ://pypi.org/project/PCRegression/
安装
该工具是使用python3构建的。 使用pip从PyPI安装。
# If Python3 is your default python, use
$ pip3 install PCRegression
# If Python 3.x is not your primary version of python, th
1