Portability of your graph
It is important to save your work, especially if you are dealing with a very large set of transactions. This will allow you to gain time and be sure to have reproducible results.
Once you have extracted rules and generated insightful visualizations, you want to save your graph for later inspection. The rules_online
is saved in your workspace.
Este exercício faz parte do curso
Market Basket Analysis in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Create an interactive graph visualization
___ = plot(rules_online, method = "___",
engine = "___")