-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Rename TimeSeriesCV
to TimeSeriesSplit
#7245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename TimeSeriesCV
to TimeSeriesSplit
#7245
Conversation
shuffle=False, | ||
random_state=None) | ||
super(TimeSeriesSplit, self).__init__(n_splits, | ||
shuffle=False, |
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.
some odd whitespace here and the line below?
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 run flake8
, it seems okay?
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.
if flake8 is fine, then that's fine. thanks! :)
LGTM |
please add what's new too |
@jnothman okay! |
Thanks |
* rename TimeSeriesCV to TimeSeriesSplit * Add TimeSeriesSplit * Add whats new
According to discussion in #6586, this PR rename
TimeSeriesCV
toTimeSeriesSplit
and add it to theclasses.rst
.