conda create -n ml-class python=3.6
activate ml-class
(You’ll now need to run the above command anytime a new prompt is opened
pip install wandb)
conda install -c conda-forge keras
conda install -c conda-forge tensorflow
conda install pandas
conda create -n ml-class python=3.6
activate ml-class
(You’ll now need to run the above command anytime a new prompt is opened
pip install wandb)
conda install -c conda-forge keras
conda install -c conda-forge tensorflow
conda install pandas