Hello,
I need some help with SAS Enterprise Miner. I am doing an assignment from the tutorial 13.1 Chapter 4. The title of that section is Analyzing the SYMPTOM_TEXT. I have followed the directions carefully and have done every step carefully.When I get to the section, View Results, is where I am having problems. When I click results for the Text Parsing Node I see the 6 panel results page. When I attempt to see the results in the Text Filter I get an error. This is the error page I get. I am supposed to see the results page that is similar to the text parsing results
As far as I know I've dong the steps correctly. Would someone please help me with the error. Below is the workspace for the assignment.
Best,
Duane Ulibarri
Looks like you do not have a variable that is assigned the role of Target. I was able to find the 13.2 version of this tutorial & it requires that you do some preprocessing of the data:
data mylib.vaerext_serious;
set mylib.vaerext;
if DISABLE='Y' or DIED='Y' or ER_VISIT='Y' or HOSPITAL='Y' then serious='Y';
else serious='N';
run;
Is this the data you are working with?
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.