Data Prep Sheet

Action Principale : forestScore

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3 
4SESSION mysess;
5LOADACTIONSET "decisionTree";
6upload path="https://support.sas.com/documentation/onlinedoc/viya/exampledatasets/hmeq.csv" casout="hmeq";
7decisionTree.forestTrain / TABLE="hmeq" target="BAD" inputs={"LOAN", "MORTDUE", "VALUE", "REASON", "JOB"} nominals={"REASON", "JOB", "BAD"} casOut={name="forest_model" replace=true};
8 
9RUN;
10 
Actions using this script
  • decisionTree forestScore En cours
  • No other action uses this exact script.