-
What's an [object](https://mlem.ai/doc/user-guide/basic-concepts#mlem-objects)? ... very generic term and there's not much info about this concept [early] in the Get Started (the term comes up a few t…
-
-
MD code blocks like `mlem {cmd} ...` (CLI commands), `mlem.api.{method}(...)` (API methods), and `.mlem` (meta-files/dirs) can be automatically, linked like in dvc.org.
- [x] Enable for CLI and API…
-
Minor since it looks like something I'd not do anyway, but:
```
In [9]: mlem.api.save(
...: lambda x: type(x),
...: "type_classifier",
...: sample_data=1,
...: )
...
…
-
Similar to how `dvc init` automatically `git add`s .dvc/
-
A while ago we introduced a better way to find requirements to be installed, when one serializes a model. This doesn't work perfect, so we decided to issue warnings that should be useful for one to ch…
-
Mlem version is 🐶 MLEM Version: 0.2.8.dev17+g33031e0
```
(.venv) ?2 Projects/example-gto % mlem -v deploy run deploy/prod
⏳️ Loading deployment from deploy/prod.mlem
🔗 Loading link to models/chu…
-
... no need to include the schema in the README but probably somewhere for reference in the docs.
Also consider creating something like https://github.com/iterative/dvcyaml-schema
_Originally po…
-
Found this when adding MLEM to `example-get-started`. Looks like re-saving the same model tries to load code from script it sees in the same folder (`featurization.py`) instead of taking it from the `…
-
From https://github.com/iterative/mlem/pull/397#discussion_r989115134
Unclear bug message in `release/0.3.0`:
```shell
$ mlem declare env docker --registry local --daemon.host localhost docker-…