?> Was ist die Funktion des `assess`-Parameters?... - Aide
QUESTION / RÉPONSE

Was ist die Funktion des `assess`-Parameters?

0 consultations

Réponse

Wenn `assess` auf True gesetzt ist, werden die vorhergesagten Wahrscheinlichkeiten für die Ereignislevel zur Ergebnistabelle hinzugefügt. Diese Wahrscheinlichkeiten können dann mit der `assess`-Aktion zur Modellbewertung verwendet werden.
Action technique liée

Voir la documentation de annScore

Voir l'Action
Thématiques

Voir aussi

annTrain
neuralNet

The `annTrain` action, part of the `neuralNet` action set, is used to train an artificial neural network (ANN) in SAS Viya. This process involves adjusting the network's weights based on a given dataset to minimize prediction errors. The action supports various architectures like Multi-Layer Perceptrons (MLP), Generalized Linear Models (GLIM), and direct connection models. It offers extensive customization options, including different activation functions, optimization algorithms (like LBFGS and SGD), and data standardization methods, making it a versatile tool for building predictive models.

annCode
neuralNet

L'action `annCode` génère un code SAS DATA step à partir d'un modèle de réseau de neurones artificiels entraîné. Ce code peut ensuite être utilisé pour scorer de nouvelles données, c'est-à-dire pour appliquer le modèle et obtenir des prédictions. C'est une étape cruciale pour déployer un modèle en production ou pour l'intégrer dans d'autres processus SAS.

annCode
neuralNet

The annCode action generates SAS DATA step scoring code from a trained artificial neural network model. This allows for the deployment of the model outside of the CAS environment, enabling scoring of new data in traditional SAS environments. The generated code can be saved to a CAS table for further use.