Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawlo77/kaggle-project
Repository for 'kaggle' project of Data Science Scientific Circle at Faculty of Mathematics and Information Science, Warsaw University of Technology
https://github.com/pawlo77/kaggle-project
data-analysis data-science eda maschine-learning
Last synced: 5 days ago
JSON representation
Repository for 'kaggle' project of Data Science Scientific Circle at Faculty of Mathematics and Information Science, Warsaw University of Technology
- Host: GitHub
- URL: https://github.com/pawlo77/kaggle-project
- Owner: Pawlo77
- License: gpl-3.0
- Created: 2022-11-11T11:34:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T22:35:16.000Z (over 1 year ago)
- Last Synced: 2025-01-25T12:13:24.856Z (5 days ago)
- Topics: data-analysis, data-science, eda, maschine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 12.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaggle ML Project
This project focuses on the analysis of Kaggle's dataset [regarding banking marketing campaigns](https://www.kaggle.com/datasets/volodymyrgavrysh/bank-marketing-campaigns-dataset).
## Technical Specifications
To run the project, follow these steps:
1. Download the necessary modules listed in the `requirements.txt` file.
2. Open a terminal or command prompt.
3. Navigate to the project directory.
4. Execute the following command: `python main.py > main_logs.txt`.By running the command above, the main script will be executed, and the output will be redirected to the `main_logs.txt` file for easy review and analysis.