https://hackmd.io/@k8hertweck/RML
Sign in to each class meeting here
This page is for easy access to links we'll use during class. Bookmark it for future reference.
Have you installed Anaconda and run the conda script to add plotnine? Instructions here
If you have feedback about this course, please comment here
Complete class notes here
If you're having trouble viewing a notebook directly in github, try pasting the url into this Jupyter Notebook Viewer to render the notebook as a static webpage.
Note on directory structure: Whatever you name your directory for this course, make sure it has these three directories inside: data/
, img/
, and notebooks/
Week 1: Machine Learning and CRISP-DM Overview; EDA and Data Preparation
save as...
, save this notebook inside notebooks/
making sure it has the .ipynb
filename extensionsave as...
, save these 2 files inside data/
making sure they have the .csv
filename extensionWeek 2: Case Study in Regression
save as...
, save this notebook inside notebooks/
making sure it has the .ipynb
filename extensionWeek 3: Classification with Logistic Regression and Random Forests
save as...
, save this notebook inside notebooks/
making sure it has the .ipynb
filename extensionsave as...
, save this image file inside img/
making sure it has the .png
filename extensionsave as...
, save this text file inside data/
making sure it has the .txt
filename extensionWeek 4: PCA and Clustering; Case Study in Unsupervised Learning
save as...
, save this notebook inside notebooks/
making sure it has the .ipynb
filename extensionsave as...
, save these 3 files inside data/
making sure they have the .csv
filename extensionsave as...
, save this notebook inside img/
making sure it has the .gif
filename extensionsave as...
, save these 6 files inside img/
making sure they have the .png
filename extensionResources for continued learning
fredhutch.io
Machinelearning
python