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

ValueError on seaborn==0.11.2 #53

Closed SvetoforColumb closed 1 year ago

SvetoforColumb commented 2 years ago

Cell

data.rete.compare(groups=(test, control),
                  function=conversion,
                  test='mannwhitneyu',
                  group_names=('test','control'))'

in tutorial doesn't work and fails with ValueError: cannot reindex on an axis with duplicate labels error. After downgrading to seaborn==0.11.1 error dissapear.

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 The Compare tool is now called Stattest. Documentation on the tool is available for version 3: User guide API Reference This problem is not relevant in the new major version.