https://github.com/wormtql/data_mining_homework
https://github.com/wormtql/data_mining_homework
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wormtql/data_mining_homework
- Owner: wormtql
- Created: 2022-03-20T03:21:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T14:06:27.000Z (about 4 years ago)
- Last Synced: 2025-06-03T14:51:55.485Z (about 1 year ago)
- Language: Python
- Size: 642 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 作业1
数据集:Wine Reviews
将其解压至`data/archive`
### 运行:
```
python main.py homework1
```
在`output/homework1`生成图片以及5数概括的文本文件
## 作业2
数据集:Wine Reviews
### 运行:
```
python main.py homework2
```
在`output/homework2`生成频繁模式、关联规则、以及一些衡量关联规则的图片