Table of contents
- Overview
- Requirements
- Install
- Repository Structure
- Contrbutors
The aim of the project is to analyze a telecommunication dataset that contains useful information about the Customers & their activities on the network and deliver the insight we managed to extract from the data to the employer. We will analyse opportunities for growth and make a recommendation on whether the telecom company is worth buying or selling.
Python
Pip
Pandas
Sklearn
Numpy
DVC
Mlflow
Matplotlib
1.Install the project
git clone https://github.com/gedionabebe/Telecom-data-analysis.git
cd Telecom-data-analysis
pip install -r requirements.txt
├── .github/workflows(Github actions)
│
├── data(Project data)
│
├── log(Log file)
│
├── notebooks(Jupyter notebooks)
│
├── images(screenshots)
│
├── scripts(Python code)
│
├── tests(Unit tests)
│
├── README.md(Project information)
│
├── requirements.txt(Porject requirements)
Gedion Abebe