├── MetroEDA.ipynb ├── README.md ├── TianChi_Metro_Challenge.ipynb ├── baseline.py ├── pic ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 7.png ├── 8.png ├── 9.png └── data.png └── station_poi ├── AMap_adcode_citycode.xlsx ├── Station_POI.ipynb ├── amap_poicode.xlsx ├── poi数据.csv ├── station_poi_data.csv ├── weather.csv ├── weather.xlsx ├── 商务住宅.csv ├── 杭州地铁.csv ├── 杭州地铁.xlsx └── 杭州天气.xlsx /MetroEDA.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/MetroEDA.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/README.md -------------------------------------------------------------------------------- /TianChi_Metro_Challenge.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/TianChi_Metro_Challenge.ipynb -------------------------------------------------------------------------------- /baseline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/baseline.py -------------------------------------------------------------------------------- /pic/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/1.png -------------------------------------------------------------------------------- /pic/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/2.png -------------------------------------------------------------------------------- /pic/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/3.png -------------------------------------------------------------------------------- /pic/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/4.png -------------------------------------------------------------------------------- /pic/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/5.png -------------------------------------------------------------------------------- /pic/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/6.png -------------------------------------------------------------------------------- /pic/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/7.png -------------------------------------------------------------------------------- /pic/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/8.png -------------------------------------------------------------------------------- /pic/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/9.png -------------------------------------------------------------------------------- /pic/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/pic/data.png -------------------------------------------------------------------------------- /station_poi/AMap_adcode_citycode.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/AMap_adcode_citycode.xlsx -------------------------------------------------------------------------------- /station_poi/Station_POI.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/Station_POI.ipynb -------------------------------------------------------------------------------- /station_poi/amap_poicode.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/amap_poicode.xlsx -------------------------------------------------------------------------------- /station_poi/poi数据.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/poi数据.csv -------------------------------------------------------------------------------- /station_poi/station_poi_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/station_poi_data.csv -------------------------------------------------------------------------------- /station_poi/weather.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/weather.csv -------------------------------------------------------------------------------- /station_poi/weather.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/weather.xlsx -------------------------------------------------------------------------------- /station_poi/商务住宅.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/商务住宅.csv -------------------------------------------------------------------------------- /station_poi/杭州地铁.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/杭州地铁.csv -------------------------------------------------------------------------------- /station_poi/杭州地铁.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/杭州地铁.xlsx -------------------------------------------------------------------------------- /station_poi/杭州天气.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeternae/TianChi_Metro_Predict/HEAD/station_poi/杭州天气.xlsx --------------------------------------------------------------------------------