This project aims to develop a machine learning model that can predict which customers of a telecommunications company are likely to churn.
The TELXX churn dataset contains information about a hypothetical telecommunications company that provides home phone and internet services to 7043 customers in California during the third quarter. It shows which customers have churned, stayed, or signed up for services.
- 21 Variables
- 7043 Observations
- 977.5 KB
Below are the descriptions of the variables:
- CustomerId: Customer ID
- Gender: Gender
- SeniorCitizen: Whether the customer is a senior citizen (1: Yes, 0: No)
- Partner: Whether the customer has a partner (Yes, No)
- Dependents: Whether the customer has dependents (Yes, No)
- tenure: Number of months the customer has stayed with the company
- PhoneService: Whether the customer has phone service (Yes, No)
- MultipleLines: Whether the customer has multiple lines (Yes, No, No phone service)
- InternetService: Customer's internet service provider (DSL, Fiber optic, No)
- OnlineSecurity: Whether the customer has online security (Yes, No, No internet service)
- OnlineBackup: Whether the customer has online backup (Yes, No, No internet service)
- DeviceProtection: Whether the customer has device protection (Yes, No, No internet service)
- TechSupport: Whether the customer has tech support (Yes, No, No internet service)
- StreamingTV: Whether the customer has streaming TV (Yes, No, No internet service)
- StreamingMovies: Whether the customer has streaming movies (Yes, No, No internet service)
- Contract: The contract term of the customer (Month-to-month, One year, Two year)
- PaperlessBilling: Whether the customer has opted for paperless billing (Yes, No)
- PaymentMethod: The customer's payment method (Electronic check, Mailed check, Bank transfer (automatic), Credit card (automatic))
- MonthlyCharges: The amount charged to the customer monthly
- TotalCharges: The total amount charged to the customer
- Churn: Whether the customer has churned (Yes, No)
- Clone this project:
git clone https://github.com/YOUR_USERNAME/Feature-Engineering.git
- Navigate to the project directory:
cd Feature-Engineering
- Install the required dependencies:
pip install -r requirements.txt
- Run the project:
python main.py
- Add the dataset to the "data" folder.
- Run the project files.
- Perform data analysis and feature engineering steps.
- Develop a machine learning model to predict whether individuals have diabetes or not.
- Evaluate the model's performance and analyze the results.
- Fork this project.
- Create a new branch:
git checkout -b feature/NewFeature
- Make your changes and commit them:
git commit -am 'Added a new feature'
- Push your branch to the forked repository:
git push origin feature/NewFeature
- Create a pull request.
Bu proje, bir telekomünikasyon şirketinin müşterilerinden hangilerinin şirketi terk edeceğini tahminleyebilen bir makine öğrenmesi modeli geliştirmeyi amaçlamaktadır.
TELXX müşteri kaybı verileri, Kaliforniya'da hayali bir telekomünikasyon şirketi tarafından üçüncü çeyrekte sağlanan ev telefonu ve internet hizmetleriyle ilgili 7043 müşterinin bilgilerini içermektedir. Bu veri seti, hangi müşterilerin hizmetlerden ayrıldığını, hala müşteri olduklarını veya hizmete yeni kaydolduklarını göstermektedir.
- 21 Değişken
- 7043 Gözlem
- 977.5 KB
Aşağıda değişkenlerin açıklamaları verilmiştir:
- CustomerId: Müşteri ID'si
- Gender: Cinsiyet
- SeniorCitizen: Müşterinin yaşlı olup olmadığı (1: Evet, 0: Hayır)
- Partner: Müşterinin bir ortağı olup olmadığı (Evet, Hayır)
- Dependents: Müşterinin bakmakla yükümlü olduğu kişiler olup olmadığı (Evet, Hayır)
- tenure: Müşterinin şirkette kaldığı ay sayısı
- PhoneService: Müşterinin telefon hizmeti olup olmadığı (Evet, Hayır)
- MultipleLines: Müşterinin birden fazla hattı olup olmadığı (Evet, Hayır, Telefon hizmeti yok)
- InternetService: Müşterinin internet servis sağlayıcısı (DSL, Fiber optik, Yok)
- OnlineSecurity: Müşterinin çevrimiçi güvenliğinin olup olmadığı (Evet, Hayır, İnternet hizmeti yok)
- OnlineBackup: Müşterinin online yedeğinin olup olmadığı (Evet, Hayır, İnternet hizmeti yok)
- DeviceProtection: Müşterinin cihaz korumasına sahip olup olmadığı (Evet, Hayır, İnternet hizmeti yok)
- TechSupport: Müşterinin teknik destek alıp almadığı (Evet, Hayır, İnternet hizmeti yok)
- StreamingTV: Müşterinin TV yayını hizmeti olup olmadığı (Evet, Hayır, İnternet hizmeti yok)
- StreamingMovies: Müşterinin film akışı hizmeti olup olmadığı (Evet, Hayır, İnternet hizmeti yok)
- Contract: Müşterinin sözleşme süresi (Aydan aya, Bir yıl, İki yıl)
- PaperlessBilling: Müşterinin kağıtsız fatura seçeneğini tercih edip etmediği (Evet, Hayır)
- PaymentMethod: Müşterinin ödeme yöntemi (Elektronik çek, Posta çeki, Banka havalesi (otomatik), Kredi kartı (otomatik))
- MonthlyCharges: Müşteriden aylık olarak tahsil edilen tutar
- TotalCharges: Müşteriden tahsil edilen toplam tutar
- Churn: Müşterinin hizmeti bırakıp bırakmadığı (Evet, Hayır)
- Bu projeyi klonlayın:
git clone https://github.com/YOUR_USERNAME/Feature-Engineering.git
- Proje dizinine gidin:
cd Feature-Engineering
- Gerekli bağımlılıkları yükleyin:
pip install -r requirements.txt
- Projeyi çalıştırın:
python main.py
- Veri setini "data" klasörüne ekleyin.
- Proje dosyalarını çalıştırın.
- Veri analizi ve özellik mühendisliği adımlarını gerçekleştirin.
- Makine öğrenmesi modeli geliştirerek, kişilerin diyabet hastası olup olmadığını tahmin edin.
- Modelin performansını değerlendirin ve sonuçları analiz edin.
- Bu projeyi fork edin.
- Yeni bir dal oluşturun:
git checkout -b feature/YeniOzellik
- Değişikliklerinizi yapın ve bunları kaydedin:
git commit -am 'Yeni bir özellik eklendi'
- Dalınızı forked repository'e gönderin:
git push origin feature/YeniOzellik
- Bir pull isteği oluşturun.