Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brunocampos01/predict-which-customers-a-call-center-should-contact

Predict which customers should a call-center call for greater assertiveness in a sale
https://github.com/brunocampos01/predict-which-customers-a-call-center-should-contact

analytics call-center call-center-analytics challenge correlation data-engineering data-science dataset keyrus linear-regression linear-regression-models machine-learning polynomial-regression pt-br python random-forest random-forest-classifier

Last synced: 2 months ago
JSON representation

Predict which customers should a call-center call for greater assertiveness in a sale

Awesome Lists containing this project

README

        

# Predict which customers should a call-center call for greater assertiveness in a sale
[![Python 3](https://img.shields.io/badge/Python-3-gray.svg)](https://www.python.org/downloads/release/python-381/)
![License](https://img.shields.io/badge/Code%20License-MIT-gray.svg)

## Describe Project
Job challenge for a Data Scientist at [Keyrus](https://keyrus.com/worldwide/home).

## Objectives
The objective is to predict which customers a call center should contact to close a sale.

## Data Source
In this repository: [raw](https://github.com/brunocampos01/challenge-keyrus/tree/master/data)

## Algorithms
- Linear Regression (baseline)
- Linear Regression with Regularization
- Polynomial Regression
- Random Forest
- Random Forest Regressor

## Quickstart
1. [Data Analysis and Data Cleaning](https://github.com/brunocampos01/predict-which-customers-a-call-center-should-contact/blob/master/notebooks/1-data_exploration-data_cleasing.ipynb)
2. [Data Exploration and Feature Engineering](https://github.com/brunocampos01/predict-which-customers-a-call-center-should-contact/blob/master/notebooks/2-data_exploration-stats_feature-eng.ipynb)
3. [Modeling and Evaluation](https://github.com/brunocampos01/predict-which-customers-a-call-center-should-contact/blob/master/notebooks/3-modeling_evaluation.ipynb)

## Requirements
This project is tested with:

| Requisite | Version |
|----------------|----------|
| Python | 3.9.7 |
| Pip | 21.2.4 |

I recommend using Python [venv](https://github.com/brunocampos01/becoming-a-expert-python#virtual-environment).

#### Install Libraries
```
pip install --require-hashes -r requirements.txt
```

---













Creative Commons License