Results 164 comments of Tim Vink

Todo: - Add new option to use `--follow` in git for creation date. Make sure to add referecnes to the git bug it addresses.. Context is in the discussion here:...

This plugin now uses `git --follow` by default, and has a new option to disable using `--follow`. See the release notes: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v1.3.0

I can confirm, I get the same error. Something is wrong though. Why is mlflow trying to evaluate the model? Remember it works without mfllow: ``` # Assert predictions work...

I managed to locate the problem a bit further, as _restarting the kernel_ will cause mlflow to load the correct version of the MLflow model wrapper ```python import mlflow registered_model_name...

Doesn't work for me either. I added a print statement with the hardcoded version in the `load_context` method: ```python with preserve_sys_path_and_module(): loaded_pyfunc_model = mlflow.pyfunc.load_model(model_uri=f"models:/{registered_model_name}/21") #> 'testing from version 21' with...

See the original sample code in the issue. Define your python model in a separate module (python file) and import it in the script that logs the model.

I tested and the PR does not fix it for me. I see that the PR is not merged because it does not fundamentally solve the problem, and that it...