Supervised Learning
Supervised learning is the machine learning task of inferring a function from labeled training data. Wikipedia: Supervised learning
Logistic Regression
Library: scikit-learn; Data: Human Resources
Multiple Linear Regression
Library: scikit-learn; Data: House Sales
Support Vector Machine (SVM)
Library: scikit-learn; Data: Human Resources
Random Forest
Library: scikit-learn; Data: Human Resources
Feedforward Neural Network
Library: scikit-learn; Data: Human Resources
Bayesian Linear Regression
Library: scikit-learn; Data: House Sales
Logistic Regression with PCA
Library: scikit-learn; Data: House Sales