scikit-learn-contrib/sklearn-pandas

installing sklearn-pandas with anaconda on Mac

tsarav23 opened this issue · 3 comments

installing sklearn-pandas with anaconda on Mac

Request someone to help installing sklearn-pandas for my MacBook Air. Unable to get the package.

You can use pip provided in your anaconda environment. Just activate the environment in which you wish to install sklearn-pandas and then call pip install sklearn-pandas as described in the readme.

If you manage your conda environment with an environment.yml file, you can add the following lines to it:

- pip
- pip:
    - sklearn-pandas