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-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

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!

Register now

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
  • 1155 views
  • 1 like
  • 1 in conversation