We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Hallucinate by inventing input variables when generating a random forest model.
To Reproduce Steps to reproduce the behavior:
/* Build a Random Forest model from the HMEQ data set with target variable GB and print the performance results to an output data set Results */
proc forest data=mycas.HMEQ outmodel=mycas.forestModel3; target GB / level=interval; input DCD1M DCP07 DFXWCAN DFXWUK90 DSIJPND DSIUKAS DSIUSWIL DTBD3M SNYDJCM SNYSECM / level=interval; savestate rstore=mycas.forestAstore3; run;
Expected behavior Input variables should not be invented, rather replaced by general descriptions + level of target variable is incorrectly assumed.
Screenshots
Desktop (please complete the following information):
Reporter's Organization SAS
The text was updated successfully, but these errors were encountered:
2TomLi
No branches or pull requests
Describe the bug
Hallucinate by inventing input variables when generating a random forest model.
To Reproduce
Steps to reproduce the behavior:
/* Build a Random Forest model from the HMEQ data set with target variable GB and print the performance results to an output data set Results */
Expected behavior
Input variables should not be invented, rather replaced by general descriptions + level of target variable is incorrectly assumed.
Screenshots

Desktop (please complete the following information):
Reporter's Organization
SAS
The text was updated successfully, but these errors were encountered: