Fiche Data Prep

Action Principale : featureMachine

Code de préparation

Script en attente de validation
Copié !
1 
2DATA mycas.sim_data;
3call streaminit(123);
4DO i = 1 to 1000;
5x1 = rand('Normal', 10, 2);
6x2 = rand('Uniform');
7c1 = ifc(rand('Uniform') > 0.6, 'A', 'B');
8IF (x1 + 10*x2 > 15) THEN target = 1;
9ELSE target = 0;
10OUTPUT;
11END;
12 
13RUN;
14 
Actions utilisant ce script
  • dataSciencePilot featureMachine En cours
  • Aucune autre action n'utilise ce script exact.