Skip to content

Commit

Permalink
Merge pull request #801 from cal-itp/predictions-poc-jitter
Browse files Browse the repository at this point in the history
Predictions poc jitter
  • Loading branch information
tiffanychu90 authored Jul 11, 2023
2 parents 3ab9055 + 302087b commit c07c730
Show file tree
Hide file tree
Showing 14 changed files with 1,775 additions and 880 deletions.
517 changes: 261 additions & 256 deletions rt_predictions/01_update_completeness.ipynb

Large diffs are not rendered by default.

382 changes: 194 additions & 188 deletions rt_predictions/02_expected_wait_time.ipynb

Large diffs are not rendered by default.

681 changes: 264 additions & 417 deletions rt_predictions/03_prediction_inconsistency.ipynb

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions rt_predictions/04_reliable_prediction_accuracy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
"\n",
"import chart_utils\n",
"import utils\n",
"from segment_speed_utils.project_vars import (PREDICTIONS_GCS, \n",
" analysis_date)"
"from segment_speed_utils.project_vars import PREDICTIONS_GCS\n",
"\n",
"analysis_date = utils.analysis_date "
]
},
{
Expand Down
7 changes: 4 additions & 3 deletions rt_predictions/05_explore_before_trip_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
"os.environ[\"CALITP_BQ_MAX_BYTES\"] = str(12_000_000_000_000)\n",
"os.environ['USE_PYGEOS'] = '0'\n",
"\n",
"import altair as alt\n",
"import pandas as pd\n",
"\n",
"from siuba import *\n",
"\n",
"import shared_utils\n",
"import altair as alt"
"from utils import analysis_date"
]
},
{
Expand All @@ -27,8 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"from segment_speed_utils.project_vars import (PREDICTIONS_GCS, \n",
" analysis_date)"
"from segment_speed_utils.project_vars import PREDICTIONS_GCS"
]
},
{
Expand Down
Loading

0 comments on commit c07c730

Please sign in to comment.