To improve the accuracy of XGBOOST Regressor I performed hyperparameter tuning-
- Step 1: Adjusted parameters such as
num_iterations
andmax_depth
.- Step 2: Tuned
learning_rate
andsubsample
size. - Step 3: With the best values from the above steps, I applied regularization techniques using
reg_lambda
(L2) andreg_alpha
(L1) to manage overfitting.
- Step 2: Tuned
Despite these efforts, the performance improvements were marginal. The model showed only a 0.2% increase in AUC,. Please give me some suggestions how can I improve the accuracy with alternative solution or if I am missing something as I am just starting out my career in machine learning and AI