Data Prep Sheet

Action Principale : forestCode

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3TABLE.loadTable RESULT=r / caslib="sashelp" path="cars.sas7bdat" casout={name="cars", replace=true};
4decisionTree.forestTrain / TABLE="cars" target="Origin" inputs={"MSRP", "Horsepower", "EngineSize"} casOut={name="forest_model", replace=true};
5 
6RUN;
7 
Actions using this script
  • decisionTree forestCode En cours
  • No other action uses this exact script.