Skip to content

Commit

Permalink
Merge pull request #46 from gretelai/synth-nb-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
drew committed Aug 21, 2020
2 parents 26f8a44 + 6be7033 commit 680e141
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/launch_synthetics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
"source": [
"from gretel_helpers.synthetics import create_bundle_from_project, filter_fields\n",
"\n",
"include_fields = filter_fields(project, max_unique_percent=80, max_missing_percent=20)\n",
"project.head(5)[include_fields]"
"include_fields, drop_fields = filter_fields(project, max_unique_percent=80, max_missing_percent=20)"
]
},
{
Expand Down Expand Up @@ -161,6 +160,15 @@
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"bundle.training_df.head()"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 680e141

Please sign in to comment.