如何使用conda install在python中安装boruta
我在Windows 10上使用python 3.6。我想在python中安装boruta。所以我用下面的命令,conda install -c conda-forge r-boruta
但收到错误消息
PackagesNotFoundError: The following packages are not available from current channels:
我也尝试过,conda install boruta
但是得到了相同的错误消息。
解决方案:
conda config --add channels conda-forge
conda install r-boruta