Mikhail Sveshnikov

Results 120 comments of Mikhail Sveshnikov

I'd say we should just allow empty index by default or this can be configured by model type implementation. For example, sklearn dont use index, so we can allow constructing...

Do you use xgboost/catboost/lightgbm? Is you model working without libgomp1?

It seems that we are lacking `apt-get update` before installing it. We'll add it in #345. For now you can use alternative template as a workaround. For that, create file...

Yes. You need to declare it first and edit because cli doesnt support setting list values yet

Yeah, our release workflow failed and those versions are not on pip yet. As temporary workaround, set `MLEM_SOURCE=local` env

#345 is being done in #391 it will still fail if you manually added `git+` requirement and did not add `git` package requirement, but I guess users will have to...

There are 3 parts to this 1. Adding a field to model metadata and a new MlemABC type and it's implementations for different kind of hardware - easy, we can...

Interestingly, rn `ls` is the most used cli command :) I think we should revisit this question after we do more work on gto-mlem integration

MLEM also has a concept of project, which is tied with `.mlem` dir, `ls` and `config.yaml` and indexing. At first I thought if we get rid of `.mlem` dir, we...

To summarize a bit What we have now: MLEM Project is any fsspec location (local, github, s3 etc) that has `.mlem` directory. This directory also contains `config.yaml` that sets project-wide...