Learn R Programming

unbalanced (version 2.0)

Racing for Unbalanced Methods Selection

Description

A dataset is said to be unbalanced when the class of interest (minority class) is much rarer than normal behaviour (majority class). The cost of missing a minority class is typically much higher that missing a majority class. Most learning systems are not prepared to cope with unbalanced data and several techniques have been proposed. This package implements some of most well-known techniques and propose a racing algorithm to select adaptively the most appropriate strategy for a given unbalanced task.

Copy Link

Version

Install

install.packages('unbalanced')

Monthly Downloads

63

Version

2.0

License

GPL (>= 3)

Last Published

June 26th, 2015

Functions in unbalanced (2.0)

ubUnder

Under-sampling
ubTomek

Tomek Link
ubSmoteExs

ubSmoteExs
ubNCL

Neighborhood Cleaning Rule
ubIonosphere

Ionosphere dataset
ubOSS

One Side Selection
ubOver

Over-sampling
ubSMOTE

SMOTE
ubBalance

Balance wrapper
ubRacing

Racing
ubCNN

Condensed Nearest Neighbor
unbalanced-package

Racing for Unbalanced Methods Selection
ubENN

Edited Nearest Neighbor