Here you find everything related to Regression Analysis
If there are still things missing, do not hesitate contacting me, leave a comment or simply google/stackoverflow the heck out of it 🙂
Housing Prices (Kaggle)
Simple Regression Analysis. The goal is to predict the price of a house given certain parameters such as the number of living rooms, the overall quality of the house and more. I used several different algorithms to evaluate which one works best for this specific case.
Tags: Logistic Regression, Linear Regression, Support-Vector Machine, Decision Tree
The goal is to predict whether a passenger of the titanic survived or not. Some of the metrics used include the age, sex and passenger-class of each specific passenger.