chore(deps): update dependency catboost to v1.2.10#115
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
==========================================
- Coverage 71.79% 70.04% -1.75%
==========================================
Files 33 33
Lines 1145 1145
Branches 142 142
==========================================
- Hits 822 802 -20
- Misses 257 276 +19
- Partials 66 67 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
This PR contains the following updates:
1.2.8→1.2.10Release Notes
catboost/catboost (catboost)
v1.2.10: 1.2.10Compare Source
New features
predictTransposedmethod #2927. Thanks to @levs2001.v1.2.9: 1.2.9Compare Source
Major changes
[Python-package] Add
polarsinput data support. #2524.Polarsdata structures are supported for features, labels and auxiliary data likeweight,timestampetc.New features
RMSPEmetric and loss (both as are CPU-only for now) #1767. Thanks to @ivan339339.LoadFullModelZeroCopyfor mmap #2893. Thanks to @gakoshin.Improvements
Speedups
Lossguidegrow policy on CPU #2883. Approximate speedup is 1.4x. Thanks to @Levachev.numpynumeric types in multithreaded native features data initialization. #1558, #2847Python package
pyproject.tomlis now PEP-517 compliant.__sklearn_tags__method to be compatible withscikit-learn>= 1.8.x. #2955__repr__method with a meaningful description expected byscikit-learn#2307. Thanks to @besteady.dry_runparameters in setuptools 81.0. pypa/setuptools#4872Rust package
Build & testing
CMakeLists.txtfiles to the standardCMakevariableCMAKE_CUDA_ARCHITECTURES, although the default value is non-standard and specified incuda.cmake. #2540wheelbuild dependency no longer requiredBugfixes
__SSE__compiler flag was not enabled for Windows builds with MSVC compiler. This affected code that relied on this flag including some operations used during training and quantization during model inference. It is important to note that the compiler itself was configured for SSE support and could still apply automatic SSE optimizations.CatBoostErrorwas missing from__all__incatboostpackage. #2862log_coutwas used instead oflog_cerrby mistake. #2863get_params:deepparameter meaning was inconsistent withscikit-learnexpectations. #2991_get_tags: Add missing tags. #3008_get_tagsreturned incorrect values for several tags. #3009timestampparameters. #3019MultiRMSEdevicesparameter parsing. Parsing was non-robust: in case of non-numbers specified it defaulted to0and device ids outside of the available range were silently ignored.GetErrorStringin multithreaded programs. It is now thread-local.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.