Wrapping scikit-learn #864
Closed
sylvaincom
started this conversation in
General
Replies: 2 comments
-
As a user, I find it odd that I need to run functions from As a workflow, I'd like to run my code and experiments as usual, and then have a tool which looks at my stored data and model in the project, as well as my code which has stored those values, and give me information about what I could do better like a linter such as mypy does. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are getting away from this first approach we started, so I guess we can close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently (skore v0.4), we have 2 main features for enhancing scikit-learn: cross-validation and train-test-split. The way we do things is to wrap them. See the examples:
@adrinjalali made the following comment:
Beta Was this translation helpful? Give feedback.
All reactions