modelhub.FunnelDiscovery
class modelhub.FunnelDiscovery
Class to discovery user journeys for funnel analysis.
The main method of this class is the get_navigation_paths
, to get the navigation
paths of the users. This method can also get ‘filtered’ navigation paths to the
conversion locations.
For the visualization of the user flow, use the plot_sankey_diagram
method.
Methods
get_navigation_paths (data, steps[, by, ...]) | Get the navigation paths for each event's location stack. |
plot_sankey_diagram (steps_df[, ...]) | Plot a Sankey Diagram of the Funnel with Plotly. |