Metadata-Version: 2.1
Name: UCTB
Version: 0.0.3
Summary: Urban Computing ToolBox
Home-page: https://github.com/Di-Chai/UCTB
Author: Di Chai, Leye Wang, Jin Xu
Author-email: dchai@connect.ust.hk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: hmmlearn (>=0.2.1)
Requires-Dist: numpy (>=1.16.2)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: python-dateutil
Requires-Dist: scikit-learn (>=0.20.3)
Requires-Dist: scipy (>=1.2.1)
Requires-Dist: statsmodels (>=0.9.0)
Requires-Dist: wget (>=3.2)
Requires-Dist: xgboost (>=0.82)

# UCTB

## Project HomePage

[HomePage](https://di-chai.github.io/UCTB/index.html)

## Environment

python 3.6

## Data

Currently Bike data of NYC, Chicago and DC are stored in /Data/ dir. 

Decompressing the data : 

```
cd Data
python compress.py -x
```



