skore
will have many dependencies as it will offer a wide range of features
#580
sylvaincom
started this conversation in
Ideas
Replies: 2 comments
-
Hello Sylvain, You are right, and this begs the question as to how to best manage dependencies and when/if to split the library in several parts. It is an engineering choice that should be based on more user feedback. Let's close this for now because there is nothing actionnable right now. cc @thomass-dev |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converted to 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
-
Is your feature request related to a problem? Please describe.
Problem
In the long run,
skore
will be a buffet for data scientists and offer a wide variety of features. I am wondering whether putting all of those in one single python package is a good idea.Indeed, scikit-learn rarely bugs because it has low dependencies and does not require many installs. In
skore
, you can do the dashboard but also just useskore.cross_validate
. What if some users just want to useskore.cross_validate
: they must beware of installing the frontend and backend (I see some warning about UTF-8 for Windows users) even if they do not need intend to use the dashboard.This is a problem for the long run, but might be worth thinking about now.
Describe the solution you'd like
On the long run:
Describe alternatives you've considered, if relevant
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions