?> À quoi sert le paramètre `margins` et comment es... - Aide
QUESTION / RÉPONSE

À quoi sert le paramètre `margins` et comment est-il structuré?

0 consultations

Réponse

Le paramètre `margins` est obligatoire et sert à définir une ou plusieurs marges prédictives. Chaque marge est un scénario où des variables spécifiques sont fixées à des valeurs données à l'aide du sous-paramètre `at`. Chaque marge doit recevoir un nom unique via le sous-paramètre `name`.
Action technique liée

Voir la documentation de bartScoreMargin

Voir l'Action
Thématiques

Voir aussi

bartProbit
bart

Ajusta modelos de árboles de regresión aditivos bayesianos (BART) probit a datos de respuesta con distribución binaria.

bartScore
bart

The bartScore action scores a data table using a previously fitted Bayesian additive regression trees (BART) model. It generates predicted values, residuals, and confidence limits for each observation in the input data.

bartProbit
bart

The bartProbit action fits a probit Bayesian Additive Regression Trees (BART) model to data where the response variable is binary. This is particularly useful for classification problems where the outcome is one of two categories (e.g., yes/no, success/failure, 0/1). The probit model assumes that the binary outcome is the result of an unobserved continuous latent variable following a standard normal distribution. The BART model itself is a non-parametric, ensemble method that combines multiple simple regression trees to create a powerful predictive model, offering a flexible alternative to traditional parametric models.