Skip to content

Conversation

@mistbik
Copy link

@mistbik mistbik commented Jan 15, 2025

Pull Request for DL-Simplified 💡

Issue Title :

Closes: #issue 924

Describe the add-ons or changes you've made 📃

I have implemented multiple models, both ML and DL and used my dataset to predict the customers that will leave, i.e. churn. I have also done EDA prior, to make out the data distributions, and patterns in the dataset.

What sort of change have you made:

  • [ x] Selected a suitable dataset, cleaning and prepared it, performed Exploratory Data Analysis
  • [ x] Used SMOTE to sample the unbalanced data. Trained models on the dataset.

@github-actions
Copy link

Our team will soon review your PR. Thanks @mistbik :)

@abhisheks008
Copy link
Owner

Hi @mistbik look at the number of files you are changing while pushing this pull request,
image

Please fork the repo first, make sure your forked repository is of the latest version of this main repository then pull a request for adding your code.

Also please follow the project structure,

Project Folder
|- Dataset
   |- dataset.csv (dataset used for the particula project)
   |- README.md (brief about the dataset)
|- Images
   |- img1.png
   |- img2.png
   |- img3.png
|- Model
   |- project_folder.ipynb
   |- README.md
|- Web App (Only if you are implementing any GUI, optional one)
   |- templates
   |- static
   |- app.py
   |- demo.mp4
   |- README.md
|- requirements.txt

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants