Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcole33 committed May 29, 2020
1 parent 1f1a6b0 commit 5ad3acd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,15 @@ The data is sourced from Kaggle (https://www.kaggle.com/blastchar/telco-customer

### <ins/>Included in this Repository<ins/>
* EDA.ipynb : Commented Walkthrough of the Exploratory Data Analysis process
* log_regression.ipynb: Commented walkthrough of Logistic Regression
* KNN.ipynb: K-Nearest Neighbors Classification Model
* decision_tree.ipynb: Decision Tree Classification Model
* decision_tree.ipynb: Decision Tree Classification Model
* log_regression.ipynb: Commented walkthrough of Logistic Regression
* rf_bagging.ipynb: Random Forrest and BaggingClassifier Classification Models

* regression_module.py: Module with functions for execution of Logistic regression
* eda_module.py: Module with functions for execution of EDA process

* Telco Customer Churn Analysis.pdf: Google slides presentation (as if an insight presentation was required per deliverables)

* data [folder]: Folder containing all used data
* pics [folder]: Folder containing figures & screenshots for medium blog posts

0 comments on commit 5ad3acd

Please sign in to comment.