All Projects → ztqsteve → Uber-Rider-Churn-Analysis

ztqsteve / Uber-Rider-Churn-Analysis

Licence: other
Uber is interested in predicting rider retention. To help explore this question, they have provided a sample dataset of a cohort of users.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Uber-Rider-Churn-Analysis

Heart-disease-prediction
No description or website provided.
Stars: ✭ 41 (+105%)
Mutual labels:  scikitlearn-machine-learning
Word-Embeddings-and-Document-Vectors
An evaluation of word-embeddings for classification
Stars: ✭ 32 (+60%)
Mutual labels:  scikitlearn-machine-learning
11 Python Matplotlib Module
Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and designed to work with the broader SciPy stack. It was introduced by John Hunter in the year 2002. One of the greatest benefits of visualization is that it allows us visual access to …
Stars: ✭ 206 (+930%)
Mutual labels:  python-matplotlib
Trajectory-Analysis-and-Classification-in-Python-Pandas-and-Scikit-Learn
Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently t…
Stars: ✭ 41 (+105%)
Mutual labels:  scikitlearn-machine-learning
Grokking-Machine-Learning
This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
Stars: ✭ 54 (+170%)
Mutual labels:  scikitlearn-machine-learning
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+14680%)
Mutual labels:  scikitlearn-machine-learning
AI-Frameworks
Science des Données Saison 5: Technologies pour l'apprentissage automatique / statistique de données massives et l'Intelligence Artificielle
Stars: ✭ 36 (+80%)
Mutual labels:  scikitlearn-machine-learning
Machine-Learning-Model-Deployment
This is a machine learning model deployment project of Iris classification model in a minimal UI using flask web framework and deployed it in Azure cloud using Azure app service. We initially made this project as a requirement for an internship at Indian Servers. We are now making it open to contribution.
Stars: ✭ 70 (+250%)
Mutual labels:  scikitlearn-machine-learning
Py
Repository to store sample python programs for python learning
Stars: ✭ 4,154 (+20670%)
Mutual labels:  python-pandas

Uber Rider Churn Analysis

Project Overview

Uber is interested in predicting rider retention. To help explore this question, they have provided a sample dataset of a cohort of users who signed up for an account in January 2014. The data was pulled several months later.

Dataset Description

  • city: city this user signed up in
  • phone: primary device for this user
  • signup_date: date of account registration; in the form ‘YYYY­MM­DD’
  • last_trip_date: the last time this user completed a trip; in the form ‘YYYY­MM­DD’
  • avg_dist: the average distance *(in miles) per trip taken in the first 30 days after signup
  • avg_rating_by_driver: the rider’s average rating over all of their trips
  • avg_rating_of_driver: the rider’s average rating of their drivers over all of their trips
  • surge_pct: the percent of trips taken with surge multiplier > 1
  • avg_surge: The average surge multiplier over all of this user’s trips
  • trips_in_first_30_days: the number of trips this user took in the first 30 days after signing up
  • luxury_car_user: True if the user took an luxury car in their first 30 days; False otherwise
  • weekday_pct: the percent of the user’s trips occurring during a weekday
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].