How to install boruta in conda?
I want to install boruta in my anaconda environment, but if I execute
conda install boruta
It displays:
PackagesNotFoundError: The following packages are not available from current channels:
- boruta
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
I guess I could install it using the pip
that belongs to the Anaconda environment, but I am not sure if that is the best way.
Any suggestions?
Topic anaconda feature-selection python
Category Data Science