Alexander Guschin

Results 279 comments of Alexander Guschin

For the record, how we may handle namespaces is now affected by current decision to support monorepos: tag `models=mymodel` references artifact `mymodel` annotated in `models/dvc.yaml`.

related to https://github.com/iterative/gto/issues/88

Btw, this should not be `--file_conf`. It should be `--load`. Let's fix that as well.

Hi @Snehashish-s, rn MLEM doesn't support this, but it's pretty trivial to add by adding [OutlierMixin](https://github.com/scikit-learn/scikit-learn/blob/364c77e04/sklearn/ensemble/_iforest.py#L28) to this line https://github.com/iterative/mlem/blob/main/mlem/contrib/sklearn.py#L31. Would you like contribute this and add a test?

@Snehashish-s, I just supported `IsolationForest` in https://github.com/iterative/mlem/releases/tag/0.4.14

Came across this issue again. I think this should be p1: it's a simple scenario and it's strange MLEM doesn't support it.

Great! Thank you for finding this out.

That limitation was chosen just for simplicity: better to have it limited and lift it later than to allow everything and decide that we need to remove some characters. So...

Ok, I think I came up with a decent way to include this in `gto show` instead of adding a new command. Please see the example (after your case there...

Hi @d-miketa! We discussed this a while ago, and decided to keep `v` https://github.com/iterative/gto/issues/127#issuecomment-1103815257 It makes sense to keep GTO tags in a single format (not supporting it with `v`...