如何使用 conda install 在 python 中安装 boruta

How to install boruta in python using conda install

我在 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

来源:https://github.com/conda-forge/r-boruta-feedstock

根据 anaconda 的官方文档 https://anaconda.org/saravji/boruta 如果您想使用 conda install 安装 boruta,请使用 conda install -c saravji borutaconda install -c conda-forge boruta_py 并确保您的 python 版本小于等于 3.6.