CompactRegressionEnsemble
R2026bCompact regression ensemble
Description
CompactRegressionEnsemble is a compact version of a
regression ensemble. The compact version does not include the data used to train the
regression ensemble. Therefore, you cannot perform some tasks, such as cross-validation,
using the compact regression ensemble. Use a compact regression ensemble to make
predictions for new data.
Creation
Create a CompactRegressionEnsemble object from a full RegressionEnsemble or RegressionBaggedEnsemble model object by using the compact
object function.
Properties
Object Functions
gather | Gather properties of Statistics and Machine Learning Toolbox object from GPU |
lime | Local interpretable model-agnostic explanations (LIME) |
loss | Regression error for regression ensemble model |
partialDependence | Compute partial dependence |
plotPartialDependence | Create partial dependence plot (PDP) and individual conditional expectation (ICE) plots |
predict | Predict responses using regression ensemble model |
predictorImportance | Estimates of predictor importance for regression ensemble of decision trees |
removeLearners | Remove members of compact regression ensemble |
shapley | Shapley values |
Examples
Tips
For a compact ensemble of regression trees
Mdl, theTrainedproperty contains a cell vector ofMdl.NumTrainedCompactRegressionTreemodel objects. For a textual or graphical display of treetin the cell vector, enterview(Mdl.Trained{t})
Extended Capabilities
Version History
Introduced in R2011a
See Also
fitrensemble | RegressionEnsemble | RegressionBaggedEnsemble | predict | compact | templateTree | view
