Data Prep Sheet

Action Principale : annCode

Preparation Code

Script awaiting validation
Copied!
1DATA casuser.sample_data;
2 DO i = 1 to 100;
3 input1 = rand('UNIFORM');
4 input2 = rand('UNIFORM') * 2;
5 input3 = rand('NORMAL', 0, 1);
6 target = (input1 + input2 > 2) + rand('NORMAL')*0.1;
7 OUTPUT;
8 END;
9RUN;
Actions using this script
  • neuralNet annCode En cours
  • No other action uses this exact script.