BookmarkSubscribeRSS Feed
televibrolux
Calcite | Level 5

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

televibrolux_0-1644886291401.png

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.

televibrolux_1-1644886454170.png

Best,

Duane Ulibarri

1 REPLY 1
tom_grant
SAS Super FREQ

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?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to choose a machine learning algorithm

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.

Discussion stats
  • 1 reply
  • 647 views
  • 0 likes
  • 2 in conversation