An open API service indexing awesome lists of open source software.

https://github.com/derrickbaruga7/r-logistic-regression

The analysis in R involved logistic regression on the 'Telco-Customer-Churn' dataset to predict customer churn. Initial models were refined to address non-significant variables and multicollinearity. The final model achieved 81.17% accuracy and 67.53% sensitivity.
https://github.com/derrickbaruga7/r-logistic-regression

data-science logistic-regression r

Last synced: over 1 year ago
JSON representation

The analysis in R involved logistic regression on the 'Telco-Customer-Churn' dataset to predict customer churn. Initial models were refined to address non-significant variables and multicollinearity. The final model achieved 81.17% accuracy and 67.53% sensitivity.

Awesome Lists containing this project

README

          

# R-Logistic-Regression

The analysis in R involved logistic regression on the 'Telco-Customer-Churn' dataset to predict customer churn. Initial models were refined to address non-significant variables and multicollinearity. The final model achieved 81.17% accuracy and 67.53% sensitivity but had a low AUC of 0.145, indicating limited effectiveness in distinguishing churn cases. Significant predictors included tenure, contract type, and billing options.