Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Dharun235
Copy link

@Dharun235 Dharun235 commented Nov 7, 2024

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

  • My code follows the current project structure
  • I have thoroughly reviewed and updated the requirements.txt file to include any new packages
  • The predict.py file includes a properly implemented model_details() function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.
  • I have added relevant tests (if necessary).
  • I have added comments in the code where needed.
  • This PR is submitted under Hacktoberfest.
  • This PR is submitted under GirlScript Summer of Code (GSSoC-Extd).

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file. Add the relevant model details to App.py

Copy link
Owner

@yashasvini121 yashasvini121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please ensure your work aligns with the project structure and review the tutorial thoroughly. Your current work does not follow the specified structure. Refer to the docs for guidance.

@Absk024
Copy link

Absk024 commented Nov 7, 2024

i would like to contribute @yashasvini121

@Dharun235
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants