Merged
Conversation
Samoed
pushed a commit
that referenced
this pull request
Jun 14, 2025
* fix * sklearn scorer proper name * fix typing errors * try to fix pydantic errors
voorhs
added a commit
that referenced
this pull request
Jun 18, 2025
* Added catboost in dependencies * Raw implementation of CatboostScorer * Update init.py files * Minor fix * Added CatBoostScorer * Added tests for CatBoostScorer * Fix init * Fix mypy * Minor fix * Fix loss function * fix multilabel prediction * refactor catboost scorer * minor fix * fix test to match * fix/wandb-final-metrics-skipped (#212) * fix * sklearn scorer proper name * fix typing errors * try to fix pydantic errors * Remove artifacts from final metrics (#216) * Update wandb.py * Update wandb.py * Update wandb.py * Update _optimization_info.py * remove print * fix few shot split (#219) * fix few shot split * lint * remove egor (#221) * Feat/bert early stopping (#223) * change how `clear_cache` is called * first version of early stopping * change mypy version * train_test_split bug fix * add `compute_metrics` and `EarlyStoppingCallback` * bug fix * fix mypy * try to fix `"eval_f1" not found` error * forgot to upd `from_context` * try to fix mypy * ty to fix "not found f1" error * refactor a little bit * disable early stopping for lora * fix typing errors * update contributing and makefile * minor change * use our metrics * add docstrings * set 3.10 for mypy * upd contributing.md * try to fix bug * try to fix typing issue * try to fix * add early stopping to ptuning * Check if metric can handle dataset type (#224) * add test for configuration * lint * satisfy mypy * add prompt logging (#220) * add prompt logging * Update optimizer_config.schema.json * fix --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * fix caching (#225) * Fix default prompt (#226) * fix default prompt * allow to use default prompt with override * some refactors * add `use_embedding_features` * fix tests * fix lint * fix strenum * Added catboost in dependencies * Raw implementation of CatboostScorer * Update init.py files * Minor fix * Added CatBoostScorer * Added tests for CatBoostScorer * Fix init * Fix mypy * Minor fix * Fix loss function * fix multilabel prediction * refactor catboost scorer * minor fix * fix test to match * fix loading * fix lint * fix typing * fix dumper * add early stopping * fix errors * codestyle * patch catboost with early stopping and catboost * try to fix * fix embed type --------- Co-authored-by: Roman Solomatin <36135455+Samoed@users.noreply.github.com> Co-authored-by: Алексеев Илья <44509110+voorhs@users.noreply.github.com> Co-authored-by: Roman Solomatin <samoed.roman@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: voorhs <ilya_alekseev_2016@list.ru>
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.