Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am aguschin on github.
  • I am aguschin (https://keybase.io/aguschin) on keybase.
  • I have a public key whose fingerprint is 1BDD 240C E7C5 923D 8E8B BFC0 F46D 533A 67BC 9001

To claim this, I am signing this object:

@aguschin
aguschin / migrate.py
Created May 18, 2023 11:09
Migrate from GTO-based model registry to DVC-based model registry: move artifacts' annotations from `artifacts.yaml` to `dvc.yaml`
"""
Script that will
1. read your annotations from `artifacts.yaml`
2. update them to be compatible with the new DVC format
3. add them to `dvc.yaml`, creating it if needed
4. remove `artifacts.yaml`
"""
from ruamel.yaml import YAML
yaml = YAML(typ="safe", pure=True)

Keybase proof

I hereby claim:

  • I am aguschin on github.
  • I am aguschin (https://keybase.io/aguschin) on keybase.
  • I have a public key ASB-uf_3bVCWzi1QRnfSwpws5tjgYvxns8BXAXHoaGL0Zgo

To claim this, I am signing this object:

@aguschin
aguschin / neurohack-2016-task3-place1.ipynb
Last active December 4, 2016 20:44
Решение третьей задачи хакатона https://github.com/yandexdataschool/neurohack-2016-starterkit
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.