BookmarkSubscribeRSS Feed
vietlinh12hoa
Obsidian | Level 7

I am a newbie in MBA. I run the MBA code in SAS EG

proc mbanalysis data=cas.data conf=80 
	items=3
	pctsupport=0.01;
	target product;
	customer invoice;
	output out=cas.frequent_item_sets_table 
		   outfreq=cas.unique_frequent_items_table 
	       outrule=cas.rule_table;
	savestate rstore=cas.scoring_model;
run;

But I only obtain the rule_table output. Anyway we can display the visualization (bubble plot) ?

Also, in the rule_table when the result is:

LHS RHS SUPPORT CONF LIFT ITEM1 ITEM2 ITEM3 RULE
2 1 1 85 1.2 A B C A& B==> C

 

Does this mean if A & B are being bought then 85% confidence C will be being purchased too? How can we elaborate Support and Lift number here?

And also the cas.scoring_model provide some weird texts in _state_ column. I am not sure how to understand this scoring_model

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
  • 0 replies
  • 696 views
  • 1 like
  • 1 in conversation