Skip to content
#

class-imbalance

Here are 124 public repositories matching this topic...

Content: Machine Learning, Logistic regression steps, Probability matrix, Confusion matrix, Accuracy score, Recall value, Data preprocessing, Label encoding, Scaling the data, Splitting train test data, Running Logistic Regression, Y prediction on test data, Class imbalance, Type 1 & Type 2 errors.

  • Updated May 6, 2024
  • Jupyter Notebook

To deal with the class imbalance problem in multi-label learning with missing labels, we propose Class Imbalance aware Missing labels Multi-label Learning, CIMML. Our proposed method handles class imbalance issue by constructing a label weight matrix with weight estimation guided by how frequently a label is present, absent, and unobserved.

  • Updated Jan 28, 2024
  • MATLAB

The project predicts the probability of loan default using various financial features of customer. I applied SMOTENN by combining SMOTE cand Edited Nearest Neighbor (ENN) to handle class imbalance. Logistic Regression, Random Forest and CATBOOST models have been apllied and evaluated based on accuray, F1 score, ROC-AUC score.

  • Updated Jan 11, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the class-imbalance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the class-imbalance topic, visit your repo's landing page and select "manage topics."

Learn more