Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorial how to work with embedding models #304

Merged
merged 18 commits into from
May 2, 2024

Conversation

egoriyaa
Copy link
Collaborator

@egoriyaa egoriyaa commented Apr 22, 2024

Before submitting (must do checklist)

  • Did you read the contribution guide?
  • Did you update the docs? We use Numpy format for all the methods and classes.
  • Did you write any new necessary tests?
  • Did you update the CHANGELOG?

Proposed Changes

Closing issues

closes #297

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

github-actions bot commented Apr 22, 2024

🚀 Deployed on https://deploy-preview-304--etna-docs.netlify.app

@github-actions github-actions bot temporarily deployed to pull request April 22, 2024 07:37 Inactive
@egoriyaa egoriyaa self-assigned this Apr 22, 2024
@egoriyaa egoriyaa requested a review from d-a-bunin April 22, 2024 07:42
@github-actions github-actions bot temporarily deployed to pull request April 22, 2024 07:44 Inactive
etna/libs/ts2vec/ts2vec.py Show resolved Hide resolved
etna/libs/tstcc/augmentations.py Show resolved Hide resolved
etna/transforms/embeddings/models/ts2vec.py Show resolved Hide resolved
poetry.lock Outdated Show resolved Hide resolved
examples/210-embedding_models.ipynb Show resolved Hide resolved
examples/210-embedding_models.ipynb Show resolved Hide resolved
examples/210-embedding_models.ipynb Show resolved Hide resolved
examples/210-embedding_models.ipynb Show resolved Hide resolved
examples/210-embedding_models.ipynb Show resolved Hide resolved
@egoriyaa egoriyaa requested a review from d-a-bunin April 22, 2024 14:53
@github-actions github-actions bot temporarily deployed to pull request May 2, 2024 10:16 Inactive
README.md Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request May 2, 2024 13:38 Inactive
@github-actions github-actions bot temporarily deployed to pull request May 2, 2024 15:02 Inactive
@github-actions github-actions bot temporarily deployed to pull request May 2, 2024 15:16 Inactive
@github-actions github-actions bot temporarily deployed to pull request May 2, 2024 15:27 Inactive
@egoriyaa egoriyaa requested a review from d-a-bunin May 2, 2024 15:31
@github-actions github-actions bot temporarily deployed to pull request May 2, 2024 16:21 Inactive
@egoriyaa egoriyaa requested a review from d-a-bunin May 2, 2024 16:23
@egoriyaa egoriyaa merged commit bb538d4 into embeddings May 2, 2024
14 checks passed
egoriyaa added a commit that referenced this pull request May 3, 2024
* Implement TS2VecModel (#253)

* add ts2vec model

* delete unnecessary utils

* add multiscale mode

* revert to common encode in model class

* lints

* reformat save method, add _is_fitted attr

* fix embeddings shapes

* fix

* one more fix

* pass numpy array to fit

* add tests checking nans in embeddings

* update changelog

---------

Co-authored-by: Egor Baturin <egoriyaa@github.com>

* Implement EmbeddingSegmentTransform and EmbeddingWindowTransform (#265)

* add transforms

* update changelog

* fix ts2vec tests

* fix

* update rst, encoding_params

* fix

* fix

* fix

* fix docstring

* add training_params

* add freeze method

* fix inference tests

* lints

* fix lisence

* fix lisence, fix docs

* fix quotes

---------

Co-authored-by: Egor Baturin <egoriyaa@github.com>

* Implement TSTCC (#294)

* add tstcc

* add einops package

* remove pd.testing in inference tests

* fix

* add verbose param, refactor logging, fix warning

* fix logging loss

* add changelog

* catch torch warning

* fix

* catch nn.Conv1d warning

---------

Co-authored-by: Egor Baturin <egoriyaa@github.com>

* lints

* fix

* Add tutorial how to work with embedding models (#304)

* fix tstcc

* move lr param from __init__ to fit

* add tutorial

* fix notebook

* update changelog

* fix changelog

* lints

* fix notebook

* update readme

* fix readme

* fix readme

* write comment in libs/ts2vec/ts2vec.py

* fix notebook

* remove multiscale option in ts2vec

* lints

* fix notebook

---------

Co-authored-by: Egor Baturin <egoriyaa@github.com>

* fix atol in inference tests

* downgrade poetry

---------

Co-authored-by: Egor Baturin <egoriyaa@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants