CityofToronto / bdit_traffic_prophet

Suite of algorithms for predicting average daily traffic on Toronto streets
GNU General Public License v3.0
1 stars 1 forks source link

Simple PTC ratios imputer #39

Closed cczhu closed 4 years ago

cczhu commented 4 years ago

Scaled down prototype of a PTC imputer. Currently only works to plug holes in ratio derived values like MADT to day-of-month ADT ratio, but can serve as the basis for more sophisticated imputation experiments when we finally get around to it.

Resolves #33 (since the advanced stuff got moved to #38).