bank-marketing
The data is related with direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. Often, more than one contact to the same client was required, in order to access if the product (bank term deposit) would be ('yes') or not ('no') subscribed.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.6%) to scientific vocabulary
Repository
The data is related with direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. Often, more than one contact to the same client was required, in order to access if the product (bank term deposit) would be ('yes') or not ('no') subscribed.
Basic Info
- Host: GitHub
- Owner: hemababy
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 2.95 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Bank-Marketing
The data is related to direct marketing campaigns (phone calls) of a Portuguese banking institution. The classification goal is to predict if the client will subscribe a term deposit (variable y). From Kaggle.
Kaggle source: https://www.kaggle.com/datasets/henriqueyamahata/bank-marketing/data
Source: https://archive.ics.uci.edu/ml/datasets/bank+marketing
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
What things you need to install the software and how to install them:
- Python 3.8 or higher
- Jupyter Notebook
- Git
You can install Python and Jupyter Notebook via Anaconda distribution. Here is the download link: https://www.anaconda.com/products/distribution
You can download and install Git from here: https://git-scm.com/downloads
Installing
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository to your local machine:
bash
git clone https://github.com/hemababy/Bank-Marketing.git
- Change the working directory to the project directory:
bash
cd Bank-Marketing
- Create a virtual environment:
bash
conda create --name myenv
- Activate the virtual environment:
bash
conda activate myenv
- Install the required packages:
bash
pip install -r requirements.txt
6. Start Jupyter Notebook:
bash
jupyter notebook
- Open the Jupyter Notebook file
Bank_Marketing.ipynband run the cells.
Usage
This project is a Jupyter notebook that can be run cell by cell. Here's how to use it:
Open the
bank-marketing.ipynbfile in Jupyter Notebook.Run each cell sequentially from top to bottom. You can do this by clicking on a cell and then clicking the 'Run' button in the toolbar, or by pressing
Shift + Enter.The outputs of each cell, whether they are text, tables, or plots, will be displayed directly below the cell.
If you want to modify the code, you can edit the cells directly and then re-run them to see the updated output.
Please note that some cells may depend on the results of previous cells. If you skip a cell or run the cells out of order, you may encounter errors.
Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Please make sure to update tests as appropriate.
License
This project is licensed under the MIT License. See the LICENSE.MD file for details.
Citation
If you use this project in your research, please cite it as instructed in the CITATION.cff file.
Authors
- Hemalatha Sekar - Initial work - Hemalatha Sekar
Acknowledgments
- Thanks to Kaggle for providing the dataset.
- Thanks to the UCI Machine Learning Repository for hosting the dataset.
Owner
- Name: HEMALATHA SEKAR
- Login: hemababy
- Kind: user
- Location: Germany
- Website: https://crackchallenges.wordpress.com/
- Repositories: 1
- Profile: https://github.com/hemababy
I am a Master's student specializing in Data Science who is passionate about discovering patterns in data.
Citation (CITATION.cff)
cff-version: 1.2.0 message: Please cite this project as follows: Hemalatha Sekar. (2024). Bank Marketing Analysis. Retrieved from https://github.com/hemababy/Bank-Marketing.git type: software title: Bank Marketing Analysis authors: - family: sekar given: Hemalatha license: MIT version: 1.0 date-released: 2024-04-03