Description Usage Arguments Value
View source: R/ensemble_classifier.R
Create a classification problem from a forecasting-processed time series dataset
1 | create_feat_classif_problem(dataset)
|
dataset |
A list with each element having a |
create_feat_classif_problem
returns a list with the entries:
The features extracted from the series.
The errors produced by the forecasting method.
The target classification problem, created by selecting the method that produces. Integer from 0 to (nmethods-1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.