Mikhail Sveshnikov

Results 42 issues of Mikhail Sveshnikov

- [x] If a subcommand was invoked, action should include parent command (e.g `deploy run`, not just `run`) - [x] Add telemetry to API - [ ] Report extensions used

analytics
p2-medium

highly experimental and WIP fastai support

ml-framework

``` mlem build rf docker --conf server.type=fastapi --conf image.name=rf-image-test ⏳️ Loading model from .mlem/model/rf.mlem 💼 Adding model files... 🛠 Generating dockerfile... 💼 Adding sources... 💼 Generating requirements file... 🛠 Building...

hacktoberfest
ux
build

Now it's `Union[str, AbstractFileSystem, None]`. But underlying implementation (in `MlemObject._parse_dump_args`) has it as `Optional[AbstractFileSystem]`. Need to either include `str` there (and corresponding logic) or remove `str` from `save` signature

:house_with_garden: housekeeping

Right now you have to manually set importing type when you use `import` or `apply` except for pickle imports, because all other implementations (pandas) are a part of ext and...

bug
plugins
p2-medium
import

Labels are a part of `lgb.Dataset`, but not a part of `inner` DatasetType. So we need to add separate field `lables: DatasetType` to DatasetType and corresponding field to Reader/Writer and...

bug
contrib

investigation lead me nowhere so far, so just disabling pylint for now in #193

:house_with_garden: housekeeping

For unsupported model types we can add a "mock" `model_type`. This way we'll enable users to use different mlem commands that dont need to load actual model like `clone`. RN,...

serialization
p2-medium
ml-framework

We can add caching, pre-collection for known implementations and maybe some other optimizations

core
p3-low

Run https://github.com/tonybaloney/perflint

:house_with_garden: housekeeping