Skip to content

stfxecutables/Regression-Error-Consistency

Repository files navigation

Regression EC with Real Life Machine Learning Dataset

Used six different Medical and Non-Medical datasets to analyze the newly proposed regression error consistency metrics (EC) metrics with 6 ML regressor (Linear, Lasso, Ridge, RF, Knn, and SVR). All Datasets has been gone through different data preprocessing, and feature engineering steps, while all ML were tuned for every dataset. Here, we used 5-fold external holdout cross-validation and we repeated the process 50 times.

MAE VS Regression EC (House Dataset)

Figure: MAE VS Regression EC (House Dataset)

MAE VS Regression EC (Diabetics Dataset)

Figure: MAE VS Regression EC (Diabetics Dataset)

Execute

Use python3 -m run --dataset=Dataset_Name --progress to execute the main function!

Argument Passing

You need to choose the Dataset_Name like "Boston", "Bike", etc to execute the program for the respective dataset. Additionally, if you want to see the progress bar then use --progress, otherwise ignore it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published