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

> dask XGBoost forecaster

# DaskXGBForecast

Wrapper of `xgboost.dask.DaskXGBRegressor` that adds a `model_` property
that contains the fitted model and is sent to the workers in the
forecasting step.

### `DaskXGBForecast`

Bases: <code>[DaskXGBRegressor](#xgboost.dask.DaskXGBRegressor)</code>

#### `DaskXGBForecast.model_`

```python theme={null}
model_
```


## Related topics

- [Quick start (distributed)](/mlforecast/docs/getting-started/quick_start_distributed.html.md)
- [DaskLGBMForecast](/mlforecast/distributed.models.dask.lgb.html.md)
- [Dask](/statsforecast/docs/distributed/dask.html.md)
- [Fugue Backend](/statsforecast/src/core/distributed.fugue.html.md)
- [Install | MLForecast](/mlforecast/docs/getting-started/install.html.md)
