Machine Learning
20 views
CatBoost
Quick Definition
Gradient boosting library with native categorical feature support
Full Definition
A gradient boosting library specializing in handling categorical features natively without preprocessing.
Examples
categorical data, ordered boosting, reduced overfitting
Related Terms
xgboost
lightgbm
gradient-boosting
More Machine Learning Terms
Support Vector Machine
Finding optimal hyperplane to separate classes with max margin
t-SNE
Nonlinear technique for visualizing high-dimensional data
Data Augmentation
Artificially increasing training data through modified copies
Lasso Regression
Regularized regression using L1 penalty for feature selection
Supervised Learning
Learning from labeled training data with input-output pairs
DBSCAN
Density-based clustering finding clusters of varying shapes