gravatar

SimonElmoudni

Simon Elmoudni

Recently Published

Wine Sale Prediction: Count Regression
Our objective is to build a count regression model to predict the number of cases of wine that will be sold given certain properties of the wine. Using the training data set, we will build at least two different Poisson regression models, at least two different negative binomial regression models, and at least two multiple linear regression models, using different variables (or the same variables with different transformations).
Accident and Amount Prediction: Binary Logistic Regression & Multiple Linear Regression
The objective is to build multiple linear regression and binary logistic regression models on the training data to predict the probability that a person will crash their car and also the amount of money it will cost if the person does crash their car.
Binary Logistic Regression: Crime Prediction
The objective is to build a binary logistic regression model to predict whether the neighborhood will be at risk for high crime levels. In addition, we will provide classifications and probabilities for the evaluation data set using the binary logistic regression model.
Multiple Linear Regression
The objective is to build a multiple linear regression model on the training data to predict the number of wins for the baseball team.