Skip to content

A program which takes various information about students, including their name, age, school, family status, absences, grades, and more to predict how often they are to drink based on a Lasso Regression on historical data. Lasso implemented with scikit learn uses L1 regularization and a grid search done to optimize model parameters.

Notifications You must be signed in to change notification settings

jj7302/drinkingPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drinkingPredictor

A program which takes various information about students, including their name, age, school, family status, absences, grades, and more to predict how often they are to drink based on a Lasso Regression on historical data. Lasso implemented with scikit learn uses L1 regularization and a grid search done to optimize model parameters. student-mat.csv includes the data being worked with for this model, Model Summary.png includes information about the model and attributes of each student being included, and drinkingPredictor.py contains the python code.

About

A program which takes various information about students, including their name, age, school, family status, absences, grades, and more to predict how often they are to drink based on a Lasso Regression on historical data. Lasso implemented with scikit learn uses L1 regularization and a grid search done to optimize model parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages