JSzitas / soothsayer

Automatic Time Series Forecasting and Ensembling via Meta-learning
Other
1 stars 0 forks source link

Refit soothsayer #2

Closed JSzitas closed 2 years ago

JSzitas commented 2 years ago

Including changing combiners for a fitted model, changing rules, or changing both.

JSzitas commented 2 years ago

Basic implementation done - it might make more sense to edit the soothsayer before refitting, and/or add a different function to refitting for changing rules (smth like:

rerule( soothsayer, new_rules = ...) or reoracle( soothsayer, new_oracle = ...)

with an optional refit argument (seeing as all I should need is operating on the specials).