> ## Documentation Index
> Fetch the complete documentation index at: https://shapely.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Gradient Boosting Regressor

>  Gradient Boosting Regressor builds sequential decision trees where each new tree corrects the prediction errors of the previous ones. It predicts continuous numerical values with high accuracy.

This sequential correction process makes it one of the most powerful regression methods, especially for complex non-linear relationships. 

### Use Cases

* **Area prediction**: Predict the area of a geometry based on its perimeter, bounding box, and other spatial features.
* **Energy performance estimation**: Estimate building energy consumption based on geometric and spatial characteristics.
* **Cost estimation**: Predict construction costs based on geometric measurements of building elements.

<a href="/images/ML/Gradient Boosting Regressor.png" target="_blank">
  <img src="https://mintcdn.com/shapely/k8EK4RW_OYOqKd74/images/ML/Gradient%20Boosting%20Regressor.png?fit=max&auto=format&n=k8EK4RW_OYOqKd74&q=85&s=511bf707a488c68c20fd054d7cbcb384" className="pointer-events-none" style={{ borderRadius: '0.5rem', border: '1px solid rgba(0,0,0,0.1)' }} width="1854" height="1002" data-path="images/ML/Gradient Boosting Regressor.png" />
</a>
