AutoViML / AutoViz

Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.
Apache License 2.0
1.71k stars 197 forks source link

Dependency Installation Versioning #1

Closed hironroy closed 5 years ago

hironroy commented 5 years ago

At workshop, we encountered a couple of issues with versions of deps. The following versions and procedure allow for the demo notebook to run.

# in a brand new conda env
conda install jupyter pandas=0.23 matplotlib=3.0.2 seaborn=0.9 xlrd=1.2.0 scikit-learn
pip install xgboost
AutoViML commented 5 years ago

Thanks Hiron this is something we should package and turn into a pip install. Otherwise it will be a problem for others to install and run.

hironroy commented 5 years ago

PR for latest dep compatibility: #2 -- Doesn't get us all the way to a pip install, but is a step in the right direction.

AutoViML commented 5 years ago

thanks have accepted all your changes