Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PDA-FGA/Playground into main
Browse files Browse the repository at this point in the history
  • Loading branch information
atarchetti committed Feb 9, 2023
2 parents 751b7c2 + 6037a64 commit 02f4156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/MEXICO_predict_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"source": [
"df[df['prediction_is_key_smash'] == 1][[concatened_column_name, 'prediction_is_key_smash']] \\\n",
" .drop_duplicates(subset=[concatened_column_name]) \\\n",
" .to_csv(f'../data/tmp/prediction_rf_ks_regex_enrich_normal.csv')"
" .to_csv(f'../data/tmp/prediction_rf_ks_we_regex_enrich_normal.csv')"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"source": [
"df[df['prediction_is_key_smash'] == 1][[concatened_column_name, 'prediction_is_key_smash']] \\\n",
" .drop_duplicates(subset=[concatened_column_name]) \\\n",
" .to_csv(f'../data/tmp/prediction_rf_ks_we_regex_enrich_normal.csv')"
" .to_csv(f'../data/tmp/prediction_rf_ks_regex_enrich_normal.csv')"
]
}
],
Expand Down

0 comments on commit 02f4156

Please sign in to comment.