Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
John Shiu committed Jun 22, 2024
2 parents 6b569dc + cfc1d17 commit ff2354b
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 62 deletions.
16 changes: 9 additions & 7 deletions analysis/ipynb/01_preprocess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,14 @@
},
{
"cell_type": "code",
"execution_count": 4,
"id": "31c1ce0b-14e3-4825-aa6e-74dd4d4af960",
"metadata": {},
"execution_count": 3,
"id": "a3e25ec9-e45e-462b-bac8-4524d8b4a498",
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"df_repo_run_file = get_scores_by_repo_by_run_by_file('../../data/batch_run/batch_run_3.5-turbo/')\n",
"df_repo_run_file = get_scores_by_repo_by_run_by_file('../../data/processed/batch_run_3.5-turbo/')\n",
"df_repo_run, df_repo__stat, df_repo__count = preprocess(df_repo_run_file)\n",
"\n",
"df_repo_run.to_csv('score_by_repo_run_3.5-turbo.csv', index=False)\n",
Expand All @@ -185,12 +187,12 @@
},
{
"cell_type": "code",
"execution_count": null,
"id": "6343bba3-4fff-4c24-8e71-30ec81df4c4f",
"execution_count": 5,
"id": "853ba351-b620-4833-8683-a4e62c7fd9a4",
"metadata": {},
"outputs": [],
"source": [
"df_repo_run_file = get_scores_by_repo_by_run_by_file('../../data/batch_run/batch_run_4-turbo/')\n",
"df_repo_run_file = get_scores_by_repo_by_run_by_file('../../data/processed/batch_run_4-turbo/')\n",
"df_repo_run, df_repo__stat, df_repo__count = preprocess(df_repo_run_file)\n",
"\n",
"df_repo_run.to_csv('score_by_repo_run_4-turbo.csv', index=False)\n",
Expand Down
Loading

0 comments on commit ff2354b

Please sign in to comment.