Skip to content

DontrP/PredictiveModel_XGBoost_BayesOpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PredictiveModel_XGBoost_BayesOpt

This notebook contains codes showing how to build a predictive classification model integrating XGBoost BayesOptimization in R Programming. XGBoost, eXtreme Gradient Boosting, is a powerful technique for building predictive models from complex data. It is popular for its fast and accurate results.

Bayes Optimization is a strategy for selecting the best parameters for a model. Instead of utilising an exhaustive combination through grid search, this strategy uses Bayesian statistics to predict which combination of hyperparameters might lead to better performance. This method reduces the time and resources used to build the model.

Together, using XGBoost with Bayes Optimization in R allows for efficient and effective modelling, helping to pinpoint the optimal settings for the best predictive performance. This notebook provides a demonstration on how to integrate Bayes Optimization into model selection. However, it does not cover extensive feature engineering and feature selection, which are crucial for building robust models.

Documentation on XGBoost can be found here:

Documentations on Bayes Optimization can be found here:

About

This notebook contains codes showing how to build predictive classification model integrating XGBoost BayesOptimization in R Programming. XGBoost, eXtreme Gradient Boosting, is a powerful technique for building predictive models from complex data. It is popular for its fast and accurate results.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors