Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2 KB

File metadata and controls

39 lines (31 loc) · 2 KB

Python logo

habits-apriori

Build Status LICENSE languange chat

Read this in other languages: English, 简体中文.

Introduction

A habit analysis program based on Apriori algorithm.
I collected 56 pieces of data on student performance and habits through Tencent questionnaires and exported them to CSV files. Through this python program, I analyzed the influence of habits on performance. demo.png

Using

git clone https://github.com/ybygjylj/habits-apriori.git
cd habits-apriori
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas
python3 main.py #on Linux
python main.py #on Windows

video

Survey chart

Survey chart

Questions

For questions and support please use the community chat. The issue list of this repo is exclusively for bug reports and feature requests.

Stay In Touch

LICENSE

MIT

Copyright (c) 2020 一步一个脚印