Read this in other languages: English, 简体中文.
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.
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
For questions and support please use the community chat. The issue list of this repo is exclusively for bug reports and feature requests.
Copyright (c) 2020 一步一个脚印