Mondrian Forest regressor添加链接描述
与一般的回归树不一样,引入了高斯过程,在处理一些预测值是离散的,但是实际上需要连续值的问题上有特殊作用。
安装步骤。
1.pip install setuptools numpy scipy scikit-learn cython:必备的一些依赖库
2.conda install scikit-garden:用pip老是出错,用conda试了一下成功了。
这里有一个问题,在使用conda 安装skgarden时,会出现一个错误:‘PackagesNotFoundError: The following packages are not available from current channels’。
需要使用conda config --append channels conda-forge将conda-forge通道添加到通道列表中。参见添加链接描述。
然后就安装成功了。