All Projects → solegalli → machine-learning-imbalanced-data

solegalli / machine-learning-imbalanced-data

Licence: other
Code repository for the online course Machine Learning with Imbalanced Data

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to machine-learning-imbalanced-data

imbalanced-ensemble
Class-imbalanced / Long-tailed ensemble learning in Python. Modular, flexible, and extensible. | 模块化、灵活、易扩展的类别不平衡/长尾机器学习库
Stars: ✭ 199 (+111.7%)
Mutual labels:  imbalanced-data, imbalanced-learning, imbalanced-classification
imbalanced-regression
[ICML 2021, Long Talk] Delving into Deep Imbalanced Regression
Stars: ✭ 425 (+352.13%)
Mutual labels:  imbalanced-data, imbalanced-learning, imbalanced-classification
Parametric-Contrastive-Learning
Parametric Contrastive Learning (ICCV2021)
Stars: ✭ 155 (+64.89%)
Mutual labels:  imbalanced-data, imbalanced-learning
BalancedMetaSoftmax-Classification
[NeurIPS 2020] Balanced Meta-Softmax for Long-Tailed Visual Recognition
Stars: ✭ 106 (+12.77%)
Mutual labels:  imbalanced-learning, imbalanced-classification
ResLT
ResLT: Residual Learning for Long-tailed Recognition (TPAMI 2022)
Stars: ✭ 40 (-57.45%)
Mutual labels:  imbalanced-data, imbalanced-learning
mesa
NeurIPS’20 | Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. | 设计元知识驱动的采样器解决类别不平衡问题
Stars: ✭ 88 (-6.38%)
Mutual labels:  imbalanced-data, imbalanced-learning
Machine Learning
A repository of resources for understanding the concepts of machine learning/deep learning.
Stars: ✭ 29 (-69.15%)
Mutual labels:  imbalanced-data
undergraduate-dissertation
Final career project on PAC theory and imbalanced datasets
Stars: ✭ 18 (-80.85%)
Mutual labels:  imbalanced-learning
smogn
Synthetic Minority Over-Sampling Technique for Regression
Stars: ✭ 238 (+153.19%)
Mutual labels:  imbalanced-data
class imbalance
Jupyter Notebook presentation for class imbalance in binary classification
Stars: ✭ 48 (-48.94%)
Mutual labels:  imbalanced-data
imbalance
ncordon.github.io/imbalance
Stars: ✭ 33 (-64.89%)
Mutual labels:  imbalanced-data
Skin-Lesion-Recognition.Pytorch
Rank3 Code for ISIC 2018: Skin Lesion Analysis Towards Melanoma Detection, Task 3
Stars: ✭ 37 (-60.64%)
Mutual labels:  imbalanced-data
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (-43.62%)
Mutual labels:  imbalanced-data
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+2792.55%)
Mutual labels:  imbalanced-learning
geometric-smote
Implementation of the Geometric SMOTE over-sampling algorithm.
Stars: ✭ 20 (-78.72%)
Mutual labels:  imbalanced-learning
Awesome-of-Long-Tailed-Recognition
A curated list of long-tailed recognition resources.
Stars: ✭ 456 (+385.11%)
Mutual labels:  imbalanced-learning
well-classified-examples-are-underestimated
Code for the AAAI 2022 publication "Well-classified Examples are Underestimated in Classification with Deep Neural Networks"
Stars: ✭ 21 (-77.66%)
Mutual labels:  imbalanced-learning
Class-Imbalance
《机器学习之类别不平衡问题》文章代码
Stars: ✭ 37 (-60.64%)
Mutual labels:  imbalanced-learning

PythonVersion License https://github.com/solegalli/machine-learning-imbalanced-data/blob/master/LICENSE Sponsorship https://www.trainindata.com/

Machine Learning with Imbalanced Data - Code Repository

Published November, 2020

Actively maintained.

Links

Table of Contents

  1. Metrics

    1. Limitations of the Accuracy
    2. Precision, Recall, F-Measure
    3. Confusion Matrix
    4. False Positive Rate and False Negative Rate
    5. Geometric Mean
    6. Dominance
    7. Index of imbalanced accuracy
    8. ROC-AUC
    9. Precision-Recall Curves
    10. Probability Distribution and Calibration
    11. Which metric to optimise
  2. Udersampling Methods

    1. Random Undersampling
    2. Condensed Nearest Neighbour
    3. Tomek Links
    4. One Sided Selection
    5. Edited Nearest Neighbours
    6. Repeated Edited Nearest Neighbours
    7. All KNN
    8. Neighbourhood Cleaning Rule
    9. NearMiss
    10. Instance Hardness Threshold
  3. Oversampling methods

    1. Random Oversampling
    2. ADASYN
    3. SMOTE
    4. BorderlineSMOTE
    5. KMeansSMOTE
    6. SMOTENC
    7. SVMSMOTE
  4. Over and Undersampling Methods

    1. SMOTENN
    2. SMOTETomek
  5. Ensemble Methods

    1. Coming Soon
  6. Cost Sensitive Learning

    1. Types of cost
    2. Obtaining the Cost
    3. Missclassification Cost
    4. Bayes Risk
    5. MetaCost
  7. Probability Calibration

    1. Probability Calibration Curves
    2. Brier Score
    3. Effect of under and over sampling on Probability Calibration
    4. Cost Sensitive Learning and Probability Calibration
    5. Calibrating a Classifier
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].