Skip to content

Compare the performance of different validation techniques using MSE from LASSO regression .

Notifications You must be signed in to change notification settings

divyar2630/Validation-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Validation-methods

The objective of this notebook is to compare different validation methods. For this, we will be using a dataset from the UCI repository. It is a crime rate data from different communities. There are 101 predictor variables such as household size, number of police officers, population, etc. The goal is to predict the total number of non-violate crimes per 100k population (response).

The python code and csv can be found in this repository

We will use Lasso regression for our prediction model. Since there are many variables, Lasso is a great tool for filtering out the unnecessary features. With all the other factors being the same, we will implement different validation methods to identify the best hyperparameters for each.

About

Compare the performance of different validation techniques using MSE from LASSO regression .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published