RegressionPartitionedQuantileModel
Description
RegressionPartitionedQuantileModel is a set of quantile
regression models trained on cross-validated folds. You can estimate the quality of the object
by using one or more kfold functions: kfoldPredict,
kfoldLoss, and
kfoldfun.
Each kfold function uses models trained on training-fold (in-fold)
observations to predict the response for validation-fold (out-of-fold) observations. For
example, when you use kfoldPredict with a k-fold
cross-validated model, the software estimates a response for every observation using the model
trained without that observation. For more information, see Partitioned Models.
Creation
You can create a RegressionPartitionedQuantileModel object in two
ways:
Create a cross-validated model from a quantile regression model object by using the
crossvalobject function.Create a cross-validated model by using the
fitrqlinearfunction and specifying one of the name-value argumentsCrossVal,CVPartition,Holdout,KFold, orLeaveout.
Properties
Object Functions
kfoldLoss | Loss for cross-validated partitioned quantile regression model |
kfoldPredict | Predict responses for observations in cross-validated quantile regression model |
kfoldfun | Cross-validate function for quantile regression |
Examples
Algorithms
Version History
Introduced in R2025a