We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ProphetModel
Change models behavior in work with regressors
New way of work with regressors.
_ProphetModel.fit
regressors: Optional[List[str]] = None
cap
floor
regressor
x in regressors
_ProphetModel.predict
ProphetModel.fit
ts
self.models.fit
No response
The text was updated successfully, but these errors were encountered:
is blocked by #327 #326 #328
Sorry, something went wrong.
alex-hse-repository
Successfully merging a pull request may close this issue.
🚀 Feature Request
Change models behavior in work with regressors
Motivation
New way of work with regressors.
Proposal
_ProphetModel.fit
:regressors: Optional[List[str]] = None
: all the given columns should be added to model as regressorscap
andfloor
should be deletedregressor
but withx in regressors
_ProphetModel.predict
:cap
andfloor
should be deletedProphetModel.fit
:ts
and pass it toself.models.fit
Test cases
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: