-
Notifications
You must be signed in to change notification settings - Fork 112
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
Make experiment tracking optional #2079
Comments
Also, try to decouple experiment tracking from flowchart. |
Originally posted by @merelcht in #2152 (comment) |
This is mostly for us to
FTR, we do not. |
I can do a spike on some of the questioned Merel mentioned because I am also not sure if it's worth the effort making it optional/removing it. |
Description
One year ago #1831 we discussed the possibility of removing Experiment Tracking.
We have been reluctant to do it because we see some users using it.
But having it is an ongoing maintenance cost.
Hence one first step we can do is make it optional. This would alleviate some of the startup costs as well as reduce the amount of dependencies installed.
Possible Implementation
2 steps:
pip install kedro-viz[experiment]
kedro viz run --enable-experiment-tracking
Possible Alternatives
?
Checklist
The text was updated successfully, but these errors were encountered: