SamarthTech / noncode-projects-2024

This is the Official Repository of SAMARTH for Open Odyssey 1.0. Contribute your Figma Designs, Technical WriteUps, UI/UX Designs or other Low Code or Non Code projects in our Repository 🔥. Make Quality Contributions 😎
51 stars 23 forks source link

Create Xgboost documentation #65

Open PRANAY130 opened 2 days ago

PRANAY130 commented 2 days ago

XGBoost (eXtreme Gradient Boosting) is an optimized and highly efficient implementation of the Gradient Boosting framework, widely used for supervised machine learning tasks such as classification, regression, and ranking. It is known for its speed, performance, and accuracy, making it a popular choice in machine learning competitions and real-world applications.

It builds upon traditional gradient boosting but introduces several improvements such as regularization techniques, handling missing values, and parallelized computations, which significantly enhance its performance. Due to its scalability, it works well on both small datasets and large-scale distributed environments.