validate_data: Training and Test datasets Validation

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/validate_data.R

Description

Checks if the input data is correctly formatted in accordance with the training and test datasets

Usage

1

Arguments

df

dataframe containing multiple multivariate time series formatted using the specific Table Schema, use showDF() to display schema specification details.

Details

Checks that fc contains necessary column and the composite primary key values are not duplicated.

Value

TRUE if the checks are passed, FALSE otherwise.

Author(s)

Cuong Sai and Maxim Shcherbakov.

See Also

showDF

Examples

1
validate_data(train_data)

forvis/PdM documentation built on Dec. 5, 2020, 8:54 p.m.