Skip to content

stepbystepcode/habits-apriori

Repository files navigation

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 一步一个脚印

About

A habit analysis program based on Apriori algorithm.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages