Fiche Data Prep

Action Principale : calculateErrorRate

Code de préparation

Script en attente de validation
Copié !
1DATA casuser.ref_data; LENGTH id $ 10 text $ 100; INFILE DATALINES delimiter=','; INPUT id $ text $; DATALINES;
2id1,this is a sample
3id2,another example here
4; RUN;
5DATA casuser.hyp_data; LENGTH id $ 10 text $ 100; INFILE DATALINES delimiter=','; INPUT id $ text $; DATALINES;
6id1,this is sample
7id2,an other example here
8; RUN;
Actions utilisant ce script
  • langModel calculateErrorRate En cours
  • Aucune autre action n'utilise ce script exact.