Skip to content

This project is made for search the best regression model based in some metrics training some models and evaluating them

Notifications You must be signed in to change notification settings

DanielMSousa/Regression-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Regression-evaluator

This project is made for search the best regression model based in metrics (R2 score, MAE, MRE, MRSE). In order to do that some models aren trained, tested and evaluated. There's an example this same repository using this algorithm to find the best model for Boston Housing dataset

Table generated with the metrics for Boston Housing

table1

Table generated with the metrics for Boston Housing with grid search (the _cv's are the ones that get through grid search)

table2