Skip to content

Instantly share code, notes, and snippets.

@andrewm4894
Created April 27, 2019 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewm4894/5e4d57d1d89bd663e6ede5a1a6aca1f9 to your computer and use it in GitHub Desktop.
Save andrewm4894/5e4d57d1d89bd663e6ede5a1a6aca1f9 to your computer and use it in GitHub Desktop.
{
"config_bank": {
"notebook": "notebooks/data_explorer.ipynb",
"data_url": "https://raw.githubusercontent.com/andrewm4894/papermill_dev/master/data/bank-full.csv",
"output_label": "bank"
},
"config_adult": {
"notebook": "notebooks/data_explorer.ipynb",
"data_url": "https://raw.githubusercontent.com/andrewm4894/papermill_dev/master/data/adult.csv",
"output_label": "adult"
},
"config_titanic": {
"notebook": "notebooks/data_explorer.ipynb",
"data_url": "https://raw.githubusercontent.com/andrewm4894/papermill_dev/master/data/titanic.csv",
"output_label": "titanic"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment