Skip to content
New issue

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

Hallucinate by inventing input variables when generating a random forest model #44

Open
veroniquevanvlasselaer opened this issue Apr 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@veroniquevanvlasselaer
Copy link

Describe the bug
Hallucinate by inventing input variables when generating a random forest model.

  • incorrect assumption on level of target variable

To Reproduce
Steps to reproduce the behavior:

  1. Use the following comment:

/* 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 */

  1. Click on Generate Code
  2. 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
image

Desktop (please complete the following information):

  • OS: PC
  • Version: beta-wave-2

Reporter's Organization
SAS

@veroniquevanvlasselaer veroniquevanvlasselaer added the bug Something isn't working label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants