Alexander Guschin
Alexander Guschin
Posting @daavoo feedback re the similar functionality for models: > - What is the output format used for the models (only see model binary)? How can I choose between different...
This is something that will interfere with normal usage of the tool when users do their first steps, so I would consider this between p1 and p2.
Some scenarios we need to support: ## Loading model Let's suppose we have this: ```Shell $ ls dvc-stored-model dvc-stored-model/meta.yaml dvc-stored-model/artifacts.dvc ``` Then this should work: ```Python from mlem.api import load...
Cool. I will change `example-mlem`, add test for this if necessary and re-run CI in the PR.
> Maybe we can introduce MLEM inside the TPI in conjunction with Consul @DavidGOrtega, I'm getting back to your comment since @mike0sv is working on Deployment 2.0 in MLEM. Could...
@casperdcl @0x2b3bfa0 @DavidGOrtega Also, we're now implementing deployment to Sagemaker. To do that e2e we need to provision some AWS resources for the user (Roles, Policies, etc). Can we use...
fixed by https://github.com/iterative/mlem/pull/363
@alex000kim could you please share a link to your project so we could check this?
Mike is doing this in #268
Maybe. Let's see if we can leverage that to create input/output examples in MR. Although it sounds as just an alternative to showing model methods like we do currently.