Skip to content

Commit

Permalink
remove dev and extra docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zredlined committed Apr 14, 2021
1 parent f57cd5c commit e6c35da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gretel/create_synthetic_data_smart_seeding/blueprint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"pd.set_option('max_colwidth', None)\n",
"\n",
"client = get_cloud_client(prefix=\"api\", api_key=\"prompt\")\n",
"client.install_packages(version=\"dev\")"
"client.install_packages()"
],
"execution_count": null,
"outputs": []
Expand Down Expand Up @@ -182,10 +182,6 @@
"# - synthetic_config: The usual synthetic data configuration\n",
"# - auto_seed_corr: If enabled, automatically update the seed columns with other correlated fields. This will\n",
"# potentially add new columns to the seed list.\n",
"# - column_cluster_size: The count of columns to cluster per training batch.\n",
"# Use defaults for more complex data. Higher values may give\n",
"# stronger correlations across the dataset, at the cost\n",
"# of model accuracy. \n",
"\n",
"# Create a model, train, and generate a new DataFrame\n",
"\n",
Expand Down

0 comments on commit e6c35da

Please sign in to comment.