VineForestRegressor.fit
- VineForestRegressor.fit(X, y)
Fits the ensemble of vine regressors.
- Parameters:
- Xndarray, shape (n_samples, n_features), dtype float
Training covariates.
- yndarray, shape (n_samples,), dtype float
Training responses.
- Returns:
- selfVineForestRegressor
The fitted estimator.