ezoic

Thursday, May 30, 2019

Classifier for imbalanced data

Classification for imbalanced data can be resolved using re-sampling method, like smote.

Here is an example and some sample scripts

https://towardsdatascience.com/methods-for-dealing-with-imbalanced-data-5b761be45a18

This thesis presented a method for this problem

https://lib.dr.iastate.edu/cgi/viewcontent.cgi?referer=https://www.bing.com/&httpsredir=1&article=4544&context=etd

A balanced approach to the multi-class imbalance problem

R package , climm, climer

No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...