Configure XGBoost for classification or regression solutions
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- AI Experiences
Apply XGBoost encoding to optimize the training for your classification or regression solutions.
Before you begin
- Create a classification solution definition or use an existing one.
- Create a regression solution definition or use an existing one.
- Role required: admin or ml_admin
About this task
XGBoost is an optional gradient boosting framework that uses multiple decision trees and supports both Paragraph Vector-based text and TF-IDF distance-based text. LogR is the default distance-based model algorithm.
In this example scenario, you apply XGBoost to both a classification solution and a regression solution.
Procedure
Related Content
- Create and train a classification solution
Specify the records used to train a classification solution, what fields trigger a prediction, and how often you want to retrain your solution.
- Create and train a regression solution
Train your solution by using historical data to predict numeric outputs, such as a temperature or a stock price. For example, you can use regression to estimate the time it takes to resolve an incident or a case.