Skip to content

Instantly share code, notes, and snippets.

@orcaman
Created July 22, 2019 08:18
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 orcaman/0c17c7cf4cdd12fafd4f5f97538dbc54 to your computer and use it in GitHub Desktop.
Save orcaman/0c17c7cf4cdd12fafd4f5f97538dbc54 to your computer and use it in GitHub Desktop.
gmm.sample.py
t1 = gmm.sample(len(real_data))
data_new = t1[0]
points_new = pca.inverse_transform(data_new)
syn = pd.DataFrame(points_new, columns=list(real_data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment