Tutorial

Use datasets from UCTB (Not yet finished)

UCTB provides bike traffic data of three cities: NYC, Chicago and DC. A dataset api was provided to accuse these data.

For example if we want to use the bike data of NYC, we first initialize a data loader object

Following are some examples to help you know more about the data:

Input:

Output:

Input:

Output:

Build your own datasets (Not yet finished)

A genereal data templeate is provided as following:

Use build-in models from UCTB

Build your own model using UCTB

 


Back To HomePage