├── BaiduMap_cityCode.txt ├── KNN_24小时上海地铁客流量.html ├── KNN_output.zip ├── LSTM_24小时上海地铁客流量.html ├── LSTM_Shanghai_7时_第0个5分.html ├── LSTM_output.zip ├── README.md ├── Shanghai_7时_第0个5分.html ├── data.zip ├── get_shanghai_station_info.py ├── images ├── pyechart_show.png └── pyplot_show.png ├── notebook版本 ├── KNN.ipynb ├── LSTM.ipynb └── 处理数据.ipynb ├── predict_for_KNN.py ├── predict_for_LSTM.py ├── processing_data.py └── station_info_json.json /BaiduMap_cityCode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/BaiduMap_cityCode.txt -------------------------------------------------------------------------------- /KNN_24小时上海地铁客流量.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/KNN_24小时上海地铁客流量.html -------------------------------------------------------------------------------- /KNN_output.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/KNN_output.zip -------------------------------------------------------------------------------- /LSTM_24小时上海地铁客流量.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/LSTM_24小时上海地铁客流量.html -------------------------------------------------------------------------------- /LSTM_Shanghai_7时_第0个5分.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/LSTM_Shanghai_7时_第0个5分.html -------------------------------------------------------------------------------- /LSTM_output.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/LSTM_output.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/README.md -------------------------------------------------------------------------------- /Shanghai_7时_第0个5分.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/Shanghai_7时_第0个5分.html -------------------------------------------------------------------------------- /data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/data.zip -------------------------------------------------------------------------------- /get_shanghai_station_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/get_shanghai_station_info.py -------------------------------------------------------------------------------- /images/pyechart_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/images/pyechart_show.png -------------------------------------------------------------------------------- /images/pyplot_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/images/pyplot_show.png -------------------------------------------------------------------------------- /notebook版本/KNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/notebook版本/KNN.ipynb -------------------------------------------------------------------------------- /notebook版本/LSTM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/notebook版本/LSTM.ipynb -------------------------------------------------------------------------------- /notebook版本/处理数据.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/notebook版本/处理数据.ipynb -------------------------------------------------------------------------------- /predict_for_KNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/predict_for_KNN.py -------------------------------------------------------------------------------- /predict_for_LSTM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/predict_for_LSTM.py -------------------------------------------------------------------------------- /processing_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/processing_data.py -------------------------------------------------------------------------------- /station_info_json.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aplicity/metro_prediction/HEAD/station_info_json.json --------------------------------------------------------------------------------