cga-harvard/Comparative-Study-of-Methods-for-Drive-Time-Estimation ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python data science project that compares different ways to estimate drive time between locations. I want it to be easy to run from notebooks, with one notebook for the route and drive time calculation and another for visualizing the results.
Please set it up so the data can be processed into a clean sample results file, then used to compare methods and make a chart like the drive duration comparison figure in the reports folder. Make it reproducible, with a simple way to sync or prepare data, train or run the comparison steps, and save outputs in the right places.
Keep it organized like a normal research project, with clear scripts for data prep, feature building, modeling, and visualization. If you need current library details or best practices, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit