Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyueping committed Sep 2, 2021
1 parent b4bf79c commit efa4fe5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
11 changes: 1 addition & 10 deletions notebooks/DataSyntheiszer__correlated_attribute_mode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,7 @@
"# location of two output files\n",
"mode = 'correlated_attribute_mode'\n",
"description_file = f'./out/{mode}/description.json'\n",
"synthetic_data = f'./out/{mode}/sythetic_data.csv'\n",
"\n",
"!mkdir mode"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Default values set here, change here if needed."
"synthetic_data = f'./out/{mode}/sythetic_data.csv'"
]
},
{
Expand Down
7 changes: 0 additions & 7 deletions notebooks/DataSynthesizer__independent_attribute_mode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@
"synthetic_data = f'./out/{mode}/sythetic_data.csv'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Default values set here, change here if needed."
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand Down
7 changes: 0 additions & 7 deletions notebooks/DataSynthesizer__random_mode.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@
"synthetic_data = f'./out/{mode}/sythetic_data.csv'"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Default values set here, change here if needed."
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand Down

0 comments on commit efa4fe5

Please sign in to comment.