urban-meal-delivery/migrations/versions
Alexander Hess cc75307e5a
Add DistanceMatrix class
- the class stores the data of a distance matrix between all addresses
  + air distances
  + bicycle distances
- in addition, the "path" returned by the Google Directions API are
  also stored as a JSON serialized sequence of latitude-longitude pairs
- we assume a symmetric graph
2021-09-12 16:51:10 +02:00
..
rev_20200806_23_f11cd76d2f45_create_the_database.py Adjust flake8 to not consider constants magic 2021-01-24 18:31:02 +01:00
rev_20210102_18_888e352d7526_add_pixel_grid.py Fix missing unique constraint drop 2021-01-05 22:32:24 +01:00
rev_20210106_19_e40623e10405_add_demand_forecasting.py Adjust flake8 to not consider constants magic 2021-01-24 18:31:02 +01:00
rev_20210120_16_26711cd3f9b9_add_confidence_intervals_to_forecasts.py Add confidence intervals to Forecast model 2021-01-20 16:57:39 +01:00
rev_20210123_15_e86290e7305e_remove_orders_from_restaurants_with.py Make Grid.gridify() use only pickup addresses 2021-01-24 19:04:39 +01:00
rev_20210129_11_c2af85bada01_store_actuals_with_forecast.py Add Forecast.actual column 2021-01-31 18:29:53 +01:00
rev_20210202_12_8bfb928a31f8_rename_training_horizon_into_train_horizon.py Rename Forecast.training_horizon into .train_horizon 2021-02-02 13:09:09 +01:00
rev_20210301_16_b4dd0b8903a5_add_distance_matrix.py Add DistanceMatrix class 2021-09-12 16:51:10 +02:00