Transport-for-the-North / NorMITs-Demand

GNU General Public License v3.0
5 stars 10 forks source link

Integrate EDGE Growth into Forecasting Model #963

Closed mishtaiwi closed 1 year ago

mishtaiwi commented 2 years ago

Brought in the EDGE growth functions under normits_demand/models/forecasting/edge_forecast.py Call main function in normits_demand/models/forecasting/edge_replicant.py

Add the Cube export/file copying process and functions under normits_demand\utils being: c01_ExportCubeFunctions and r01_RunExportCube

BenTaylor-TfN commented 2 years ago

I've made some initial changes to the code detailed below:

I've also moved all imports here: I:\NorMITs Demand\import\edge_replicant

BenTaylor-TfN commented 2 years ago

I'm now finished with my review/changes in the code for now. The code is now ready for a bit more of an in-depth review.

A couple of points from my review @mishtaiwi:

Things for the next reviewer to keep an eye out for:

Happy to send over a copy of the coding standards if you want a look. Let's focus on getting 80% of the way there for now and hit all the main points. It doesn't have to be perfect if other work needs doing.

BenTaylor-TfN commented 1 year ago

Noting down some methodology questions/notes from my review. I want to make sure I understand why all the design decisions have been made. @mishtaiwi - we may want a call to go through this in detail. Let's add items to the forecasting backlog after discussion

Notes

Questions