Skip to content

QAQTATQAQTAT/UCTB

 
 

Repository files navigation

UCTB (Urban Computing Tool Box)

Python PyPI tensorflowhttps://img.shields.io/badge/license-MIT-green


Urban Computing Tool Box is a package providing spatial-temporal prediction models for various urban computing tasks, such as traffic prediction, crowd flow prediction, ridesharing demand prediction, etc. It contains both conventional models and state-of-art models.

Currently the package supported the following models: (Details)

  • ARIMA
  • DCRNN
  • DeepST
  • GeoMAN
  • HM
  • HMM
  • ST-MGCN
  • ST-ResNet
  • STMeta
  • XGBoost

UCTB is a flexible and open package. You can use the data we provided or use your own data, the data structure is well stated in the tutorial chapter. You can build your own model based on model-units we provided and use the model-training class to train the model.

UCTB toolbox may not work successfully with the upgrade of some packages. We thus encourage you to use the specific version of packages or use our docker environment to avoid these unseen errors.

tensorflow==1.13.0
Keras==2.2.4
h5py==2.9.0

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 50.5%
  • Python 49.5%