CatBoostML

303 posts

CatBoostML banner
CatBoostML

CatBoostML

@CatBoostML

Official account for CatBoost, @yandexcom's open-source gradient boosting library https://t.co/LWqilHFELV

Moscow, Russia Присоединился Ağustos 2017
38 Подписки2.3K Подписчики
CatBoostML
CatBoostML@CatBoostML·
#catboost_tipsntricks CatBoost sets a learning rate by looking at the number of iterations&objects in the trainset. In today's video, Nikita explains how to use built-in interactive learning curves to tune LR & iterations and improve model performance. youtu.be/O2OJ_JWYV0I
YouTube video
YouTube
English
0
3
24
0
CatBoostML
CatBoostML@CatBoostML·
#catboost_tipsntricks Consoles are not only for Jupyter&Python😸 In today's video Kate explains how to use main CatBoost features from CLI. This simple but powerful interface allows you to use practically anywhere and improve ml pipelines. youtu.be/m3E35snIrAM
YouTube video
YouTube
English
0
2
11
0
CatBoostML
CatBoostML@CatBoostML·
@AbozeBrain @neptune_ai Thank you for that post! 😺 Worth mentioning that YetiRank was a secret weapon of Yandex Search engine since the beginning of 2010s and we made it public in one of first versions of CatBoost. And we have a great paper from Gulin et al. about it proceedings.mlr.press/v14/gulin11a/g…
English
1
1
1
0
CatBoostML ретвитнул
Brain Aboze
Brain Aboze@AbozeBrain·
Gradient boosting methods have been proven to be an important strategy. This article with @neptune_ai aims to investigate and compare the efficiency of three gradient methods focusing primarily on @CatBoostML. bit.ly/3fGFSjS
English
2
12
29
0
CatBoostML
CatBoostML@CatBoostML·
#catboost_tipsntricks 📹Model prediction interpretation in a human-readable form is a key for making a great machine learning system. In this video Nikita shows how to use SHAP values to understand model predictions youtu.be/RNT1o2gu5Ms
YouTube video
YouTube
English
0
2
17
0
CatBoostML
CatBoostML@CatBoostML·
Technical notice⚠️ In the next release, we will stop publishing CatBoost artifacts for Python 2.7 & 3.5 versions. If you still need CatBoost built for 2.7 or 3.5 - you can build it from sources. If you have any questions - contact us here, in telegram or via GitHub issues!😺
English
0
0
8
0
CatBoostML
CatBoostML@CatBoostML·
#catboost_tipsntricks Feature selection is a crucial part of data engineering & ML. In today's video, Ivan talks about CatBoost's built-in feature selection function. It can help you speed up training and reduce overfitting.🚀 youtu.be/iuRGv31mcuI
YouTube video
YouTube
English
1
4
17
0
CatBoostML
CatBoostML@CatBoostML·
#catboost_tipsntricks If you use GBDT models in production, don't miss that video😺 Ekaterina Ermishkina explains how to apply CatBoost models in different formats and environments: native binary format, CoreML, PMML, ONNX, in Java, Rust, NodeJS and others youtu.be/fpUEoy60x24
YouTube video
YouTube
English
0
5
11
0
CatBoostML
CatBoostML@CatBoostML·
#catboost_tipsntricks In today's video, Nikita Dmitriev talks about object importance and how you can use it to detect and drop noise objects and boost the quality of your models🚀Stay tuned for the next episode! 😺 youtu.be/ce1VULptNWQ
YouTube video
YouTube
English
0
1
10
0
CatBoostML
CatBoostML@CatBoostML·
We've recorded a series of short videos to boost your CatBoost knowledge, so stay tuned😺 In today's video, Ivan Lyzhin explains why you should try different tree grow policies. youtube.com/watch?v=lhaOYw…
YouTube video
YouTube
English
0
2
13
0
CatBoostML
CatBoostML@CatBoostML·
And let us introduce the main features: fully distributed training for Apache Spark, multilabel multiclassification, big CPU training time speedup (up to 35%), improved CV speed, LogCosh loss, model size regularization fix for GPU, markdown documentation. And that's not all!
English
1
0
7
0
CatBoostML
CatBoostML@CatBoostML·
🚀🎇1.0.0😺🥳 It's not only CatBoost's 100₂ anniversary but also a first major release! We upgraded the major version because CatBoost looks solid: by the last four years, CatBoost began to play a crucial role in Yandex, CERN, and many other companies.
English
3
7
55
0
CatBoostML
CatBoostML@CatBoostML·
🎇We switched main url to new documentation! Old documentation would be available at catboost.ai/docs-old/ for next two weeks. If you'll find some problems with new documentation and will need old docs available - contact us here or in telegram t.me/catboost_en 🐱
English
2
0
3
0
CatBoostML
CatBoostML@CatBoostML·
We'd like to invite Russian-speaking followers to our 100₂th online birthday party. Read more and register now: events.yandex.ru/events/catboos… And don't worry! We are planning to translate the recorded video into English and publish links later here. Stay tuned! 😸
English
0
1
5
0
CatBoostML
CatBoostML@CatBoostML·
Good news, everyone! We've refactored CatBoost documentation and are inviting you to test it here: catboost.ai/en/docs-beta/ And from now on documentation sources in Yandex Flavored Markdown can be easily found in our repo github.com/catboost/catbo… We are waiting for you PRs!😺
English
0
2
14
0
CatBoostML
CatBoostML@CatBoostML·
#CatBoostPoll CatBoost already supports distributed training on Apache Spark and by separate processes from CLI. If you'd like CatBoost to support your favourite framework - please vote or reply with your variant😺
English
0
1
2
0
CatBoostML ретвитнул
Johannes Himmelreich
Johannes Himmelreich@jhimmelreich·
New paper: we tested how different ML methods perform on predicting administrative errors in US unemployment insurance data. Turns out: @CatBoostML is more accurate, along several measures, than every deep learning model tested. (open access for two weeks) dl.acm.org/doi/10.1145/34…
Johannes Himmelreich tweet media
English
0
3
9
0
CatBoostML
CatBoostML@CatBoostML·
* Fixed CatBoost training on Windows & CUDA * Fixed incorrect worker process termination in case of exception in main process * And fixed some annoying bugs!😸
English
1
0
3
0
CatBoostML
CatBoostML@CatBoostML·
🚀CatBoost 0.26.1 😺 News: * R package: supported text features and virtual ensembles prediction * New MultiRMSEWithMissingValues loss function that supports training multidimensional regression models with missing labels github.com/catboost/catbo…
English
1
6
36
0