retentioneering / retentioneering-tools

Retentioneering: product analytics, data-driven CJM optimization, marketing analytics, web analytics, transaction analytics, graph visualization, process mining, and behavioral segmentation in Python. Predictive analytics over clickstream, AB tests, machine learning, and Markov Chain simulations.
https://doc.retentioneering.com/stable/doc/index.html
Other
798 stars 122 forks source link

Plot ENDED edge on graph plot #40

Closed ivan-toriya closed 1 year ago

ivan-toriya commented 3 years ago

Hi, Is it possible to add an edge "ENDED" (like in Step Matrix) to the graph? It would helpfull to visualize from which steps the sequence was ended.

Hmm, if I'm not mistaken, it was possible in the previos version of retentioneering, no?

ChernyshovAnton commented 1 year ago

At the end of April 2023, we will be moving to the version 3 of the library. You can use pip to install packages into your beta version: pip install retentioneering --pre

In version 3, we added a data processor StartEndEvents that creates synthetic events of the beginning and end of the user path. Which is equivalent ‘ENDED’ in Step Matrix.