Skip to content
#

class-imbalance-problem

Here are 11 public repositories matching this topic...

Performed feature engineering, cross-validation (5 fold) on baseline and cost-sensitive (accounting for class imbalance) Decision trees and Logistic Regression models and compared performance. Used appropriate performance metrics i.e., AUC ROC, Average Precision and Balanced Accuracy. Outperformed baseline model.

  • Updated Jul 24, 2023
  • Jupyter Notebook

Classification of movies as 'Fresh', 'Rotten', 'Certified-Fresh' using categorical predictors as well as review sentiment. Performed feature encoding and used Decision Tree, Random Forest Classifiers. Tackled class imbalance issues by assigning weights to classes. Used tokenization to generate word vectors for reviews to predict movie status.

  • Updated Jul 19, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the class-imbalance-problem 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-problem topic, visit your repo's landing page and select "manage topics."

Learn more