Daniel Lok
Daniel Lok
I think they should replace, otherwise we can't work around the issue
Ah i think we might have missed this in the original dark theme implementation, cc @hubertzub-db is there an easy way to fix this? I'm guessing the best fix would...
@thesuperzapper would you like to contribute the fix?
Metric sampling was added in MLflow 2.11 to improve UI performance. At the moment the number of sampled points isn't configurable, but we could look into adding support for this.
@ibaris in the meantime, if you install the dev version of mlflow (`pip install git+https://github.com/mlflow/mlflow.git`), does it help? there was a [commit a couple weeks ago](https://github.com/mlflow/mlflow/pull/11475) that fixed some sampling...
Ahh, darn 😕. The next release should be sometime in the next couple of weeks, and the sampling fix should be included there. I hear you about wanting the samples...
i think it's probably safe to enable, we can do it next time we update the UI!
This should be fixed by https://github.com/mlflow/mlflow/pull/11774
@ltrojan interesting, do you have any idea why it succeeds when you install `openjdk-8-jdk` after everything else? does it also succeed if you put `openjdk-8-jdk` at the end of the...
@harupy what do you think about this? it looks fine to me (after lint errors are fixed). it's basically to add a convenience function to allow resuming a run by...