Replies: 1 comment
-
I like the idea of not installing everything per default. We could add the content to the makefile and have a Also the XGBoost providers needs to install pip packages which I have forgotten multiple times. |
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
-
This idea came originally from @ribalba ❤️
In the #488 it became clear that metric providers need their own checks and they should also have their own install routines.
This makes them even more decoupled and can make the install more concise.
The proposal is:
This makes it way clearer for the user WHICH reporters do even exist in the tool. During the installation they get a mini-summary what the reporter does and when it should be installed.
Also then later the documentation has to be touched and we should move the install instructions out of the install documentation itself but to the metric providers.
Your comments please :) @ribalba @dan-mm
Beta Was this translation helpful? Give feedback.
All reactions