yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

added the main.py and readme along with dataset file #207

Open Dharun235 opened 2 weeks ago

Dharun235 commented 2 weeks ago

Description

This project utilizes a Random Forest Classifier for binary classification, which is effective for structured data and allows us to evaluate feature importance. Random Forest is suitable for this problem because it handles various customer data types (e.g., demographics, account details, and service usage) and helps identify key factors contributing to churn. The model provides a clear, interpretable outcome, highlighting the primary attributes associated with churn behavior.

Issue Resolved

205

Changes Made

Added the main.py, dataset.csv and readme file

Screenshots or Videos

Additional Details

Checklist

Absk024 commented 2 weeks ago

i would like to contribute @yashasvini121

Dharun235 commented 2 weeks ago

@yashasvini121 I have made the changes as per tutorial.md.