| title | Retention Rate Approximator |
|---|---|
| sdk | gradio |
| sdk_version | 6.10.0 |
| app_file | app.py |
This project approximates retention rate with three components: the main trend function, patch offsets, and weekly seasonality.
The repository contains a typed Python core and a Gradio app for Hugging Face Spaces in app.py.
The Hugging Face Space is intended as the easiest way to try the model.
The Space expects CSV files with columns:
dateinstallsretentionretention_mean
You can find all the details in my article.
Dmitry Baltin, 2023