retentioneering-tools
retentioneering-tools copied to clipboard
Retentioneering: product analytics, data-driven CJM optimization, marketing analytics, web analytics, transaction analytics, graph visualization, process mining, and behavioral segmentation in Python....
Cell ``` data.rete.compare(groups=(test, control), function=conversion, test='mannwhitneyu', group_names=('test','control'))' ``` in [tutorial](https://retentioneering.github.io/retentioneering-tools/_build/html/compare.html) doesn't work and fails with `ValueError: cannot reindex on an axis with duplicate labels` error. After downgrading to seaborn==0.11.1 error...
Hey folks, Sorry if that is not the right place for raising such kinds of issues. I was trying to navigate the community in telegram but noticed the link https://t.me/retentioneering_meetups...
Got troubles with installation on macbook air m1. ``` python -V Python 3.9.5 ``` Part of the trace: ``` Building wheels for collected packages: numpy, llvmlite Building wheel for numpy...
Love this library! I was using the step matrix method like so: `df.rete.step_matrix(max_steps=24, targets=['Confirmation'])` However, I was looking over a 48 hr period. Does this method have any session logic?...
The tutorial notebook (Google Colab) returns the error above when running the following code: ``` data.rete.plot_graph(norm_type=None, weight_col=None, thresh=250) ```
sequences with collapse_loops, sample, filter by event and without fraction; tests for sequences; funnel with funnel_type
Made some corrections on documentation. No code changes.
Hello, how can I solve this problem? ```python >>> pip3 install retentioneering >>> import retentioneering