All Projects → joaolcorreia → Rfm Analysis

joaolcorreia / Rfm Analysis

Licence: apache-2.0
Python script (and IPython notebook) to perform RFM analysis from customer purchase history data

Projects that are alternatives of or similar to Rfm Analysis

Telepyth
Telegram notification with IPython magics.
Stars: ✭ 54 (-67.27%)
Mutual labels:  jupyter-notebook, ipython-notebook
Sci Pype
A Machine Learning API with native redis caching and export + import using S3. Analyze entire datasets using an API for building, training, testing, analyzing, extracting, importing, and archiving. This repository can run from a docker container or from the repository.
Stars: ✭ 90 (-45.45%)
Mutual labels:  jupyter-notebook, ipython-notebook
Pandas Tutorial
Tutorial on Using Pandas
Stars: ✭ 66 (-60%)
Mutual labels:  jupyter-notebook, ipython-notebook
Musicinformationretrieval.com
Instructional notebooks on music information retrieval.
Stars: ✭ 845 (+412.12%)
Mutual labels:  jupyter-notebook, ipython-notebook
Dive Into Machine Learning
Dive into Machine Learning with Python Jupyter notebook and scikit-learn! First posted in 2016, maintained as of 2021. Pull requests welcome.
Stars: ✭ 10,810 (+6451.52%)
Mutual labels:  jupyter-notebook, ipython-notebook
Ansible Jupyterhub
Ansible role to setup jupyterhub server (deprecated)
Stars: ✭ 14 (-91.52%)
Mutual labels:  jupyter-notebook, ipython-notebook
Notebooks
A collection of Jupyter/IPython notebooks
Stars: ✭ 78 (-52.73%)
Mutual labels:  jupyter-notebook, ipython-notebook
Data Analysis And Machine Learning Projects
Repository of teaching materials, code, and data for my data analysis and machine learning projects.
Stars: ✭ 5,166 (+3030.91%)
Mutual labels:  jupyter-notebook, ipython-notebook
Prototypical Networks Tensorflow
Tensorflow implementation of NIPS 2017 Paper "Prototypical Networks for Few-shot Learning"
Stars: ✭ 122 (-26.06%)
Mutual labels:  jupyter-notebook, ipython-notebook
Faceaging By Cyclegan
Stars: ✭ 105 (-36.36%)
Mutual labels:  python-script, jupyter-notebook
Nbstripout
strip output from Jupyter and IPython notebooks
Stars: ✭ 738 (+347.27%)
Mutual labels:  jupyter-notebook, ipython-notebook
Ipytest
Pytest in IPython notebooks.
Stars: ✭ 139 (-15.76%)
Mutual labels:  jupyter-notebook, ipython-notebook
Kaggle Titanic
A tutorial for Kaggle's Titanic: Machine Learning from Disaster competition. Demonstrates basic data munging, analysis, and visualization techniques. Shows examples of supervised machine learning techniques.
Stars: ✭ 709 (+329.7%)
Mutual labels:  jupyter-notebook, ipython-notebook
Minerva Training Materials
Learn advanced data science on real-life, curated problems
Stars: ✭ 37 (-77.58%)
Mutual labels:  jupyter-notebook, ipython-notebook
Tutorials
CatBoost tutorials repository
Stars: ✭ 563 (+241.21%)
Mutual labels:  jupyter-notebook, ipython-notebook
Show ast
An IPython notebook plugin for visualizing ASTs.
Stars: ✭ 76 (-53.94%)
Mutual labels:  jupyter-notebook, ipython-notebook
Nbval
A py.test plugin to validate Jupyter notebooks
Stars: ✭ 347 (+110.3%)
Mutual labels:  jupyter-notebook, ipython-notebook
Python Lectures
IPython Notebooks to learn Python
Stars: ✭ 355 (+115.15%)
Mutual labels:  jupyter-notebook, ipython-notebook
Spark Py Notebooks
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Stars: ✭ 1,338 (+710.91%)
Mutual labels:  jupyter-notebook, ipython-notebook
Ipytracer
📊 Algorithm Visualizer for IPython/Jupyter Notebook
Stars: ✭ 138 (-16.36%)
Mutual labels:  jupyter-notebook, ipython-notebook

RFM-analysis

RFM analysis is a simple python script (and IPython notebook) to perform RFM analysis from customer purchase history data. Please read the blog post on RFM analysis, it includes instructions on how to make RFM analysis actionable and a ready to use Tableau dashboard.

Usage:

$ python RFM-analysis.py -i sample-orders.csv -o rfm-segments.csv -d "2014-04-01"
  • orders file (-i sample-orders.csv)
  • output file with the RFM segmentation (-o rfm-segmenta.csv)
  • maximum date of your orders table (-d “YYYY-mm-dd”).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].