/sdse_public

Code for E178: Statistics and Data Science for Engineers

Primary LanguageJupyter Notebook

E178: Statistics and Data Science for Engineers

Setup

  1. Install Anaconda (or better, Miniconda)
  2. Create the environment:

conda create -n sdse -c conda-forge python=3.9 jupyter numpy matplotlib seaborn pandas scipy dill scikit-learn keras jupytext

  1. Activate the environment

conda activate sdse

  1. Navigate to your coding folder

cd <folder name>

  1. Launch Jupyter

jupyter notebook

  1. Start coding!