Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 401 Bytes

XGBoost tuning using Random Search

This repository contains an example of XGBoost hypeparameter tuning using Random Search.

  • Provides a function capable to tune flexibly XGBoost for K-fold cross validation and early stopping.
  • Results of tuning can be easily manipulated using number of estimators.
  • Results of tuning can be well evaluated seeing the error on training, validation and test sets.