issues
search
dlab-berkeley
/
Python-Machine-Learning
D-Lab's 6 hour introduction to machine learning in Python. Learn how to perform classification, regression, clustering, and do model selection using scikit-learn in Python.
Other
80
stars
68
forks
source link
Reorganize files and flesh out regression
#39
Closed
pssachdeva
closed
2 years ago
pssachdeva
commented
2 years ago
This PR does the following:
Splits up regression into an OLS focused notebook, a regularization focused notebook, and a preprocessing notebook.
Renames these notebooks in the correct order
Fleshes out the text in regression
Standardizes style
Adds challenges
This PR does the following: