There is no guard agains different set of features for different segments #419
d-a-bunin
started this conversation in
Improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Currently, it is possible to create a
TSDataset
with different set of features for different segments. The problem is thatTSDataset
wasn't designed for such cases and wasn't tested. I think most of features could break with such data, but removing this possibility could be a breaking change for some users.Thoughts
In theory, this could be declared as a bug and fixed without updating major version.
We should probably add a validation on such case during
__init__
.We should probably add validation on such conditions into public methods which allow to change
TSDataset
:add_target_components
add_prediction_intervals
add_columns_from_pandas
Related
Beta Was this translation helpful? Give feedback.
All reactions