If you have problems with opening notebooks and see communicate "Sorry, something went wrong. Reload?", you can use nbveiwer - click the link https://nbviewer.jupyter.org/github/MicMod/Machine_Learning/tree/master/
Description: Binary classification problem - prediction if a person will click on the advertisement or not
Algorithms: Logistic Regrssion, Random Forest
Source of data: https://www.kaggle.com/fayomi/advertising#advertising.csv
Description: Predicting Boston houses price
Algorithms: Linear Regression, Random Forest Regressor
Source of data: https://www.kaggle.com/altavish/boston-housing-dataset
Description: Predicting California houses price
Algorithms: Linear Regression, Decision Tree Regressor, Random Forest Regressor
Source of data: https://raw.githubusercontent.com/ageron/handson-ml2/master/
Description:
Classification of handwritten digits from MNIST database
Algorithms: SVC, OneVsRestClassifier, SGDClassifier
Source of data: sklearn datasets "mnist_784"