This repository contains projects that have been done for Practicum Yandex100 training program.
The data is stored in 2 tables.
The dataset telecom_dataset_us.csv
contains the following columns:
out
for outgoing, in
for incoming)The dataset telecom_clients_us.csv
has the following columns:
to study effectivness of phone operators for virtual telephony service CallMeMaybe.
To define ineffective operators we will study the following features:
Also we will study these features for every tariff plan the company has (A, B, C) and define ineffective operators for every of this plan.
We will test the hypothesis if the difference in operators performance for different tariff plans is statistically significant.
Finally we will draw basic conclusions and develop some recommendations on how to improve operators performance.
__