?>
Voir la documentation de annScore
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.
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.
Erzeugt DATA-Step-Scoring-Code aus einem künstlichen neuronalen Netzwerkmodell. Diese Aktion ist entscheidend für die Operationalisierung von Modellen, da sie es ermöglicht, das trainierte Modell in eine portable und wiederverwendbare Form zu konvertieren, die in verschiedenen SAS-Umgebungen zur Bewertung neuer Daten ohne die Notwendigkeit der CAS-Umgebung ausgeführt werden kann.