Skip to content

VijaysaiVarada/ML_LifeExpectancy_Imbalanced_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ML_LifeExpectancy_Imbalanced_Classification

Trained the below models to classify the countires whose life expectancy is below 50 years the best model is chosen based on the mean cv score and scoring metric used is F1 scoring

Classification Task:

  1. Basic Algorithms

    1. Naive Algorithm

    2. Accuracy: Predict the majority class (class 0).

    3. G-Mean: Predict a uniformly random class.

    4. F-Measure: Predict the minority class (class 1).

    5. ROC AUC: Predict a stratified random class.

    6. PR ROC: Predict a stratified random class.

    7. Brier Score: Predict majority class prior.

  2. Logistic Regression

    1. Decision Tree
    2. k-Nearest Neighbors
    3. Support Vector Machine
    4. Random Forest
    5. Extra Trees
    6. Gradient Boosting
    7. XgBoost
    8. Stacking Classifiers
  3. Cost Sensitive Algorithms 11. Logistic Regression 12. Decision Trees 13. Support Vector Machines 14. Random Forest 15. XGBoost 16. Extra Trees 17. Bagging decision tree with under sampling

  4. Data Sampling Algorithms (pick one under sampling/oversampling)

    1. Logistic Regression
    2. Decision Tree
    3. k-Nearest Neighbors
    4. Support Vector Machine
    5. Random Forest
    6. Easy Ensemble Classifier
    7. XgBoost
    8. Stacking Classifiers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published