You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CatboostMultisegmentModel and SklearnMultisegmentModel are now inherited from MultisegmentModel
Motivation
It should make architecture of multisegment models clearer
Proposal
Create MultisegmentModel
It should
implement method fit, it shout pass the list of regressors from dataset to fit method of base_model
implement method forecast
Classes CatboostMultisegmentModel and SklearnMultisegmentModel now contains only _init_ method. All the other logic should be moved to MultisegmentModel or its adapters.
Test cases
No response
Alternatives
No response
Additional context
No response
Checklist
I discussed this issue with ETNA Team
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
CatboostMultisegmentModel
andSklearnMultisegmentModel
are now inherited fromMultisegmentModel
Motivation
It should make architecture of multisegment models clearer
Proposal
Create
MultisegmentModel
It should
fit
, it shout pass the list of regressors from dataset to fit method of base_modelforecast
Classes
CatboostMultisegmentModel
andSklearnMultisegmentModel
now contains only_init_
method. All the other logic should be moved toMultisegmentModel
or its adapters.Test cases
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: