1. Create a new environment (PS copying the base environment doesnt work)
conda create --name spy4
2. Install spyder 4
conda install spyder=4
3. Install key libraries
pip install pandas xgboost sklearn lightgbm catboost seaborn
4. Install keras
conda install theano
conda install mingw libpython
pip install --user tensorflow
pip install --user keras
No comments:
Post a Comment