This repository contains the code and materials for the Data Mining course at Persian Gulf University in 2023. The code and materials are organized by week, with each week having its own folder.
To get started with this project, you can either download the entire repository or clone it using Git:
git clone https://github.com/abdolazizsalimi/PGU_DataMining_1402.git
The code is written in Python and requires certain dependencies. To install these dependencies, you can use pip:
pip install -r requirements.txt
The course is organized into weekly topics, each of which has its own folder containing materials and code.
- Week 1: Introduction to Data Mining
- Week 2: Data Preprocessing
- Week 3: Association Rule Mining
- Week 4: Classification
- Week 5: Clustering
Contributions to this project are welcome. If you notice any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.