Skip to content

Commit

Permalink
Merge pull request #15 from gretelai/jm/syn_update
Browse files Browse the repository at this point in the history
Drop tf extra from blueprint
  • Loading branch information
johntmyers authored Nov 13, 2020
2 parents 7526091 + 5c49f72 commit e2e5d12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gretel/create_synthetic_data_from_csv_or_df/blueprint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": [
"%%capture\n",
"\n",
"!pip install -U gretel-client \"gretel-synthetics[tf]>=0.14.0\" pandas"
"!pip install -U gretel-client \"gretel-synthetics>=0.14.0\" pandas"
]
},
{
Expand Down Expand Up @@ -125,6 +125,9 @@
"metadata": {},
"outputs": [],
"source": [
"# num_lines: how many rows to generate\n",
"# max_invalid: the number of rows that do not pass semantic validation, if this number is exceeded, training will\n",
"# stop\n",
"bundle.generate(num_lines=nrows, max_invalid=nrows)"
]
},
Expand Down

0 comments on commit e2e5d12

Please sign in to comment.