Skip to content

NRT23/XGBoost-tuning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 

Repository files navigation

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.