-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
🚀 Deployed on https://deploy-preview-1159--etna-docs.netlify.app |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## inference-v2.1 #1159 +/- ##
=================================================
Coverage ? 86.97%
=================================================
Files ? 164
Lines ? 9047
Branches ? 0
=================================================
Hits ? 7869
Misses ? 1178
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
etna/pipeline/base.py
Outdated
|
||
* If ``True``: pipeline is retrained on each fold. | ||
|
||
* If ``False``: pipeline is trained on the first fold, and on future folds trained pipeline is used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "pipeline is trained only on the first fold". I guess it is obvious that it will be used on the other folds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean without the rest part))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be fixed on a couple of minutes
etna/pipeline/base.py
Outdated
|
||
Raises | ||
------ | ||
Exception: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure that this is really informative)
Before submitting (must do checklist)
Proposed Changes
Look #1154.
Closing issues
Closes #1154.