mattsq / tsforest

R Implementation of Time Series Forest
Other
1 stars 0 forks source link

S3-ize the model and predict method #2

Closed mattsq closed 4 years ago

mattsq commented 4 years ago

The model needs to be turned into a proper S3 object, and the predict function should be an S3 object, not a standalone function.