Data Prep Sheet

Action Principale : annTrain

Preparation Code

Script awaiting validation
Copied!
1 
2DATA my_hmeq;
3SET sampsio.hmeq;
4 
5RUN;
6 
7PROC CASUTIL;
8load
9DATA=my_hmeq casout='my_hmeq' replace;
10 
11RUN;
12 
Actions using this script
  • neuralNet annTrain En cours
  • No other action uses this exact script.