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.
Diese Übung ist Teil des Kurses
Market Basket Analysis in R
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Create an interactive graph visualization
___ = plot(rules_online, method = "___",
engine = "___")