Árboles de regresión
Para aumentar de forma interactiva un árbol de regresión, utilice la app Regression Learner. Para mayor flexibilidad, aumente un árbol de regresión mediante fitrtree
en la línea de comandos. Tras aumentar un árbol de regresión, prediga las respuestas pasando el árbol y los nuevos datos de los predictores a predict
.
Apps
Regression Learner | Entrenar modelos de regresión para predecir datos usando machine learning supervisado |
Bloques
RegressionTree Predict | Predecir respuestas usando un modelo de árboles de regresión (desde R2021a) |
Funciones
Objetos
RegressionTree | Regression tree |
CompactRegressionTree | Compact regression tree |
RegressionPartitionedModel | Cross-validated regression model |
Temas
- Train Regression Trees Using Regression Learner App
Create and compare regression trees, and export trained models to make predictions for new data.
- Supervised Learning Workflow and Algorithms
Understand the steps for supervised learning and the characteristics of nonparametric classification and regression functions.
- Árboles de decisión
Comprenda los árboles de decisión y aprenda a ajustarlos a los datos.
- Growing Decision Trees
To grow decision trees,
fitctree
andfitrtree
apply the standard CART algorithm by default to the training data. - Ver árbol de decisión
Cree y visualice una descripción gráfica o de texto de un árbol de decisión entrenado.
- Improving Classification Trees and Regression Trees
Tune trees by setting name-value pair arguments in
fitctree
andfitrtree
. - Prediction Using Classification and Regression Trees
Predict class labels or responses using trained classification and regression trees.
- Predict Out-of-Sample Responses of Subtrees
Predict responses for new data using a trained regression tree, and then plot the results.
- Predict Responses Using RegressionTree Predict Block
This example shows how to use the RegressionTree Predict block for response prediction in Simulink®.