get_smote_data: Resolve the class imbalance using the SMOTE algorithm

Description Usage Arguments Value

View source: R/ml_data_transformation.R

Description

This function is wrapped around resolve_class_imbalance().

Usage

1
get_smote_data(training_data, seed_preproc)

Arguments

training_data

a named list with two elements data and labels

seed_preproc

numeric seed for set.seed() to reproduce results

Value

a list with two elements data and labels


hrvg/RiverML documentation built on Oct. 12, 2020, 10:40 a.m.