Feat/extras matrix for tests#269
Merged
voorhs merged 11 commits intofeat/hashing-vectorizerfrom Nov 19, 2025
Merged
Conversation
Samoed
added a commit
that referenced
this pull request
Mar 17, 2026
* add embedder * add test embedder config * update tests * update assertions in some tests * Feat/extras matrix for tests (#269) * add dependencies matrix * add pipeline tests for each scoring module * bug fix * upd extras installation in gh actions * upd extras in mypy ci * fix issues with dependencies for bert scorer test * fix gcn scorer tests * fix typing errors * upd assertions about catboost predictions * upd ci with presets tests * try to fix unit tests * Feat/extras matrix for tests (#270) * add dependencies matrix * add pipeline tests for each scoring module * bug fix * upd extras installation in gh actions * upd extras in mypy ci * fix issues with dependencies for bert scorer test * fix gcn scorer tests * fix typing errors * upd assertions about catboost predictions * upd ci with presets tests * try to fix unit tests * try to fix mypy * fix catboost test * skip incremental evolver tests for now * upd callback test * run ruff * add missing transformers dependency to embedder ci * update test for tunable decision module * move callback testing to the env with sentence-transformers installed * fix embedder tests * remove catboost from classic-medium * lint * small fixes * lint --------- Co-authored-by: Roman Solomatin <36135455+Samoed@users.noreply.github.com>
voorhs
added a commit
that referenced
this pull request
Mar 19, 2026
* add `require` utility * implement catboost lazy importing * implement peft lazy importing * update dev dependencies installation shortcut * implement lazy importing transformers * fix typing errors * run code formatter * employ better multi-label stratifier than skmultilearn * make sentence-transformers an optional dependency * run ruff * make tests runnable even without sentence-transformers dependency * bug fix tests * fixes after merging * remove duplicates in optional dependencies * move openai * add dependencies to tests * lint * some skip * skip * lint * more skip * more skip * add installs * small fixes * fixes * fix typing * fix docs * remove require * fix typing * Feat/hashing vectorizer (#268) * add embedder * add test embedder config * update tests * update assertions in some tests * Feat/extras matrix for tests (#269) * add dependencies matrix * add pipeline tests for each scoring module * bug fix * upd extras installation in gh actions * upd extras in mypy ci * fix issues with dependencies for bert scorer test * fix gcn scorer tests * fix typing errors * upd assertions about catboost predictions * upd ci with presets tests * try to fix unit tests * Feat/extras matrix for tests (#270) * add dependencies matrix * add pipeline tests for each scoring module * bug fix * upd extras installation in gh actions * upd extras in mypy ci * fix issues with dependencies for bert scorer test * fix gcn scorer tests * fix typing errors * upd assertions about catboost predictions * upd ci with presets tests * try to fix unit tests * try to fix mypy * fix catboost test * skip incremental evolver tests for now * upd callback test * run ruff * add missing transformers dependency to embedder ci * update test for tunable decision module * move callback testing to the env with sentence-transformers installed * fix embedder tests * remove catboost from classic-medium * lint * small fixes * lint --------- Co-authored-by: Roman Solomatin <36135455+Samoed@users.noreply.github.com> * fix import * fix import * fix pyproject * move peft * move peft * add concurrency * fix catboost test * set seed without transformers * test fixes * fix typing * fix test * try to reuse reusable test * try to reuse reusable test * remove most importorskip * fix typing * Update optimizer_config.schema.json * lint * change gcn to hashing * lint * try to fail tests --------- Co-authored-by: Roman Solomatin <36135455+Samoed@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.