You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Predicts which telecom customers are likely to churn with 95% accuracy using real-world data features from usage, billing, and support data. Implements Sturges-based binning, one-hot encoding, stratified 80/20 train-test split, and a two-level ensemble pipeline with soft voting. Achieves 94.60% accuracy, 0.8968 AUC, 0.8675 precision, 0.7423 recall.
The current project introduces a script building a stacked learning ensemble, containing a single multilayered ANN (meta-learner) trained using the predictions of a number of ANNs (Level-0 learners).
🇵🇱🏠 The project predicts an apartment price for Warsaw, Krakow and Poznan. Distributed apartments by districts using geopandas; built XGBoost model with MAPE = 9% (the best of others).