Skip to content

PaoloCacchiarelli/Ensemble-methods-XGBoost---Random-Forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Ensemble Methods: XGBoost & Random Forest

XGBoost and Random Forest are machine learning algorithms used for prediction and classification tasks. They learn patterns from data by combining multiple decision trees.

  • Random Forest improves accuracy by averaging many independent trees.
  • XGBoost builds trees sequentially, focusing on correcting previous errors.

Both are widely used for feature importance analysis and robust predictive modeling.

It was applied to the following weather dataset: https://www.kaggle.com/jsphyg/weather-dataset-rattle-package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published