Wrapping scikit-learn #864
sylvaincom
started this conversation in
General
Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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