Description Usage Arguments Value Examples
This is a recommender system of techniques for imbalanced datasets. It recommeds pre-processing and algorithmic-level techniques. The recommendation is based on a meta-learning approach using traditional meta-features and meta-features designed specifically for imbalanced datasets.
1 2 3 4 5 6 7 |
... |
Further arguments passed to the summarization functions. |
x |
A data.frame contained only the input attributes. |
y |
A factor response vector with one label for each row/component of x. |
top.list |
Number of recommended techniques. Default is 7 due to experimental evaluations. |
formula |
A formula to define the class column. |
data |
A data.frame dataset contained the input attributes and class. The details section describes the valid values for this group. |
A list of recommendations to be tested by the user
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.