https://github.com/catboost/catboost

sort by:
Revision Author Date Message Commit Date
9b286dc External build system generator release 31 Update tools: yexport 01 May 2023, 06:54:44 UTC
38103ee Support Spark 3.4.x. 01 May 2023, 06:03:33 UTC
76363bd Intermediate changes 01 May 2023, 06:03:14 UTC
bcd4434 Make compatible with newer versions of Scala 2.13 01 May 2023, 00:24:42 UTC
aedd17c Update CatBoost 1.2 release notes. 30 April 2023, 17:27:28 UTC
4a50535 Support new artifact naming scheme with multiple architectures. 30 April 2023, 17:13:07 UTC
f364bf7 CRLF -> LF 30 April 2023, 17:11:23 UTC
da5d627 Add documentation comments 30 April 2023, 16:41:43 UTC
5b019e2 Support multidimensional output in predictions. 30 April 2023, 16:21:46 UTC
39a77fc Support text and embedding features in Rust package. 30 April 2023, 16:13:16 UTC
3f36a3e calc_model_prediction: Allow empty features arguments if no features of this type is present. Check different features object count consistency. 30 April 2023, 11:53:56 UTC
18a6394 Intermediate changes 30 April 2023, 11:51:31 UTC
c878fa9 passing features: switch from String and Vec types for features to AsRef of slices to make code more generic 29 April 2023, 19:58:20 UTC
47dc5c5 Statically assert little endian 29 April 2023, 13:16:59 UTC
15fbe8f Drop hash_helpers.h 29 April 2023, 13:16:39 UTC
173f740 Decrease nvcc --threads to 2 to avoid OOM in CI builds. 29 April 2023, 09:35:25 UTC
430ddd0 Intermediate changes 29 April 2023, 09:35:11 UTC
d44c7d9 Intermediate changes 29 April 2023, 03:22:22 UTC
c783e45 Enable CUDA in CI Linux aarch64 build. 28 April 2023, 18:05:59 UTC
310ad21 Add models for testing CatBoost appliers 28 April 2023, 17:53:59 UTC
1afa7c3 Patch sources before build with cuda.cmake updated for Linux aarch64 cross-build. 28 April 2023, 17:22:01 UTC
34083eb Set CMAKE_CUDA_STANDARD_INCLUDE_DIRECTORIES in Linux cross-build toolchains. 28 April 2023, 17:09:04 UTC
0484fb3 Fix powerpc.h 28 April 2023, 16:32:49 UTC
9bfcc82 Update contrib/python/prompt-toolkit/py3 to 3.0.38 28 April 2023, 11:05:36 UTC
bdd9fc1 Release 1.2.. 28 April 2023, 09:07:48 UTC
720f0fd Return CatBoostResult from enable_gpu_evaluation. 28 April 2023, 08:53:04 UTC
69bc390 Fix library -Wdeprecate-lax-vec-conv-all 28 April 2023, 08:43:56 UTC
1714a99 Add tests for Focal loss and metric. 28 April 2023, 08:34:29 UTC
793294d Intermediate changes 28 April 2023, 06:11:42 UTC
c9ed3da Fix build after rXXXXXX. 27 April 2023, 21:10:03 UTC
d50beb1 [util] Fix typo in IThreadPool descr 27 April 2023, 19:57:02 UTC
0a0479e Pull request "Focal loss c++ implementation" by @diditforlulz273 from https://github.com/catboost/catboost/pull/1807 Pull Request resolved: #1807 27 April 2023, 18:54:53 UTC
91e71ca Enable univariate metrics for models with uncertainty 27 April 2023, 09:08:49 UTC
7204bb2 Simplify system utime.h include There is no reason now to hide include behind macro: we have sysincls properly working for years 27 April 2023, 08:49:01 UTC
1f33271 Forward DEBUG flag from Cargo to select build-type for build_native.py.. Simplify build.rs code 27 April 2023, 06:47:37 UTC
44a649c Add missing dependencies for tests 27 April 2023, 06:29:04 UTC
9060721 pandas.Categorical.categories is not necessarily a numpy.ndarray.. Fix #1965 27 April 2023, 06:27:48 UTC
e0f4ac9 CUDA applier: add check that model is one-dimensional, multi-dimensional models are not supported yet. 27 April 2023, 03:39:49 UTC
7f4bc7e Check most valid cases in test_predict_on_gpu, increase iterations for 1100 to better test CUDA applier logic. 27 April 2023, 03:26:48 UTC
194e49c Intermediate changes 27 April 2023, 03:26:47 UTC
08976db Intermediate changes 27 April 2023, 02:42:17 UTC
7557a49 [build/scripts/fs_tools] Better error message in case of copy collision 26 April 2023, 22:56:19 UTC
ec7904e Fix fails_on_gpu marker. 26 April 2023, 18:50:25 UTC
99773f9 test_predict_on_gpu should be skipped, not successful on CPU 26 April 2023, 18:28:35 UTC
1a5202d Update Cython to 0.29.34 26 April 2023, 09:02:55 UTC
43ab658 Support CUDA evaluator in JVM applier. 26 April 2023, 08:25:46 UTC
5a8f277 Create text feature estimators for each label in multi-label classification fix #1885 26 April 2023, 07:28:24 UTC
61f568b Be more explicit about HAVE_CUDA in Ya build 26 April 2023, 07:04:24 UTC
3f23c27 Intermediate changes 26 April 2023, 05:04:57 UTC
c04b7c2 ,Support vcs info dump as file 26 April 2023, 01:41:31 UTC
fc62341 Intermediate changes 26 April 2023, 01:41:10 UTC
38efbda Add compatibility checks for SetAllowWriteFiles and SetSaveSnapshotFlag 25 April 2023, 22:34:59 UTC
6229948 Fix reimport Cython 25 April 2023, 20:16:48 UTC
02837de Since CV switched from parallel to sequential fold processing we no longer rely on snapshots for folds on GPU so do not enable them and do not require AllowWriteFiles. This also makes some cludges unnecessary... #1893.. #2221 25 April 2023, 18:16:08 UTC
91b356a Fix catboost -Wunused-but-set-variable 25 April 2023, 16:16:42 UTC
b2d8e91 Fix set_feature_names for text & embedding features, better error message, add test for bad feature names argument.. Fix #2090 25 April 2023, 10:57:32 UTC
deaf771 Document rsm on gpu for pairwise ranking 25 April 2023, 09:17:35 UTC
3966114 Remove randomness in tests for feature importance 25 April 2023, 09:14:54 UTC
89efcb6 Refactor: create TFeatureBase with Position and FeatureId.. #2090 25 April 2023, 06:57:33 UTC
bba39b3 Intermediate changes 25 April 2023, 04:11:52 UTC
fe82118 Add GetSupportedEvaluatorTypes to model C/C++ APIs. 24 April 2023, 22:03:45 UTC
05dde62 Remove trailing whitespace 24 April 2023, 19:05:53 UTC
9292734 Remove setup of linux-specific $ORIGIN from LC_RPATH in darwin platforms ```$ORIGIN``` является linux-specific. В darwin аналогом ему является ```@executable_path```, который по умолчанию [приезжает](https://a.yandex-team.ru/arcadia/contrib/libs/clang14/lib/Driver/ToolChains/Darwin.cpp?rev=rXXXXXX#L1176-1179) в ```clang``` драйвере. 24 April 2023, 17:16:20 UTC
62059e7 Add check that TEvaluationBackendFactory contains implementation for specified formulaEvaluatorType. 24 April 2023, 17:08:43 UTC
978229c Fix misspelling 24 April 2023, 11:49:48 UTC
861fd18 Remove trailing whitespace 24 April 2023, 09:37:40 UTC
529af49 Add clarifying comment about the behavior of RemoveRecursive is file or directory does not exist. 24 April 2023, 09:06:24 UTC
c74556c Specify metric_period in test_use_loss_if_no_eval_metric_cv after default metric_period change on GPU. 24 April 2023, 08:53:27 UTC
6b4ddb5 Fix on GPU and expand test_eval_metrics* with different metric periods. 24 April 2023, 07:22:22 UTC
9a1e612 Intermediate changes 24 April 2023, 05:30:40 UTC
dcaf5f5 Fix: clean train dir before CV to avoid 'loading' fold progress from previous runs.. Fix #2221. 23 April 2023, 23:22:42 UTC
b35c23a Intermediate changes 23 April 2023, 20:27:15 UTC
0c2e621 Intermediate changes 22 April 2023, 08:24:31 UTC
f4a98c4 Update contrib/python/filelock/py3 to 3.12.0 21 April 2023, 15:07:30 UTC
16d1bd0 Add Linux ppc64le platforms to CatBoost opensource export.. #1755.. #2145 21 April 2023, 11:15:46 UTC
b55e120 [catboost] fixed dataset statistics ut test 21 April 2023, 10:09:03 UTC
24ac578 Intermediate changes 21 April 2023, 05:16:55 UTC
ea5169a Add CUDA compute capability 8.9, 9.0 support for open source CatBoost.. 20 April 2023, 15:53:07 UTC
4c6c837 Fix signs of partial derivatives in multi quantile unit test 20 April 2023, 10:19:33 UTC
86a1567 Update contrib/libs/zstd to 1.5.5 20 April 2023, 09:08:07 UTC
adb8e52 Check that group data is provided for groupwise metrics.. Fix #2343 20 April 2023, 08:26:59 UTC
18adef4 Update contrib/python/ipython/py3 to 8.12.0 20 April 2023, 04:57:39 UTC
c722ed7 [library/python/testing/yatest_common/yatest] Close non-user file descriptiors 20 April 2023, 04:30:51 UTC
15fb86c Intermediate changes 20 April 2023, 04:26:14 UTC
6133cbf YT-18920: Parse unknown enum values 19 April 2023, 20:02:45 UTC
3659c25 Add linux-arm64-cuda platform to CatBoost open source export.. 19 April 2023, 14:43:19 UTC
baa6a05 Remove License from classifiers because PyPI still does cannot understand Apache 2.0 license. https://github.com/pypa/trove-classifiers/issues/17 19 April 2023, 11:18:53 UTC
c26a2b9 External build system generator release 29 Update tools: yexport 19 April 2023, 11:10:48 UTC
a07817f Make CatBoost widget compatible with ipywidgets 8.x.. Fix #2266 19 April 2023, 07:40:55 UTC
65dee7e Fix resetting metric period on GPU too late while Cross-Validation assumed in a callback it won't be changed. Also fixed multiplication of warnings about its change.. 19 April 2023, 05:20:37 UTC
2dc6f5f Update contrib/python/ipython/py3 to 8.11.0 19 April 2023, 04:23:21 UTC
9563ab9 Avoid UID dependency from platform for bare modules 19 April 2023, 02:34:31 UTC
f30f788 Update Python 3 from 3.11.2 to 3.11.3 18 April 2023, 20:49:09 UTC
24bd1c2 Fix build with ub sanitizer 18 April 2023, 17:09:53 UTC
6300b5a List MultiLogloss and MultiCrossEntropy as supported on gpu 18 April 2023, 11:08:27 UTC
39b49b0 Show all prediction types 18 April 2023, 11:02:24 UTC
bf878e3 add forgotten floattixf.c 18 April 2023, 08:35:06 UTC
a7a38e5 Remove extra unneeded InitializeEvalMetricIfNotSet in TGPUModelTrainer 18 April 2023, 08:23:26 UTC
d4c29ee Automatic release build for ya_bin3, ya_bin, ya_bin_small, test_tool, test_tool3 From hash: [36bf157f8ce72916d83a0ffa9a952dd8055f3095](https://a.yandex-team.ru/arcadia/commit/36bf157f8ce72916d83a0ffa9a952dd8055f3095) From revision: [11300912](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/devtools/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=133) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, ya_bin, ya_bin_small, test_tool, test_tool3 18 April 2023, 08:09:21 UTC
7f900fe Add backtrace introspector 18 April 2023, 06:06:23 UTC
back to top