Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

validate_dataset

Validate a dataset for resampling.


Description

This functions checks that the given column is present in the data and that all columns besides the class column are numeric.

Usage

validate_dataset(data, cls_col)

Arguments

data

Dataframe to validate.

cls_col

Column with class information.

Value

NA


scutr

Balancing Multiclass Datasets for Classification Tasks

v0.1.2
MIT + file LICENSE
Authors
Keenan Ganz [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.