Fabian Zills
Fabian Zills
Custom Code for pathlib magic_patch.
`zn.meta.Text` and `zn.meta.Environment` are not covered by the new `zntrack.` and `zntrack._path` API.
You can store runtime as a easy to see metric here without cost. Also, you might be able to hide the uuid metric by making it a nested dict?
A common request is, if a model is available, how can it be served. There was dvcs mlem and mlflow models but these are very specific. With ZnTrack you could...
Have something like: ```py zntrack.from_rev(..., destination_path: str|Path = None) ``` It set, it will clone the repository to that specific destination and the repo will stay there. If the repo...
Test that the `magic_patch` works with: ``` yaml.safe_load(pathlib.Path("file").read_text()) ```
Loading data from repositories that contain groups is currently untested and would require to enforce using the DVC FileSystem. Here a FileNotFoundError or similar would lead to a fallback to...
Currently the docs have an example that seems very artifical: https://zntrack.readthedocs.io/en/latest/_get-started/project.html Replace that with some simple training, e.g. fit some model.