-
Notifications
You must be signed in to change notification settings - Fork 23
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
[WIP] Improve wrapped sklearn class repr - simplify cross val for Dataset / MLDataset #228
base: cv-xarray-issue-204
Are you sure you want to change the base?
Conversation
|
||
inds = self.splits[n][0] if is_train else self.splits[n][1] | ||
|
||
post_splits = getattr(self, '_post_splits', None) |
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.
@TomAugspurger This is a work in progress still - moving the post_splits
related CV/sampler logic from dask/dask-searchcv#61 to this new Elm PR that has Elm #221 as a base branch
@gbrener - In this PR, there are new modules in
|
elm.pipeline.steps
subpackage for wrappedsklearn
transformers / estimators. This will help therepr
/str
and other__
private methods for the wrapped classes.