Daniel Lok

Results 35 comments of Daniel Lok

Sounds good, let us know when the PR is ready!

Could you share the code used for logging the metrics?

Does the issue still persist if you upgrade the tracking server to 2.12.1? There was a bug fix to sampling logic that should be shipped in the latest version.

The prompt engineering UI has a lot of stuff logged automatically, but it should be fully possible to log all of those things manually as well. cc @serena-ruan, does the...

Ah, I see your point now. cc @prithvikannan what's required for the prompt engineering UI to show up in the evaluate tab? Is it possible for the user to construct...

@yonarbel Mostly looks good to me, but i think you might need to add the jfrog extra to: https://github.com/mlflow/mlflow/blob/master/pyproject.toml#L104 and https://github.com/mlflow/mlflow/blob/master/pyproject.skinny.toml#L88

Hi @hakan-77, yes I think this would be fine to add! The relevant section of code is here: https://github.com/mlflow/mlflow/blob/dc51fc6b82fa78a30f8be5efed18f7867809311d/mlflow/server/js/src/common/hooks/useMLflowDarkTheme.tsx#L18 I think we can make the query string take highest preference...

Hi @cdreetz, thanks for the report! Do you want to raise a PR for the fix you made?

@cdreetz I took a look at the PR, it seems like map was only added in `pandas>=2.1`—i think it might be best to hold off on this change until pandas...