mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
[GH-ISSUE #297] CTGan Synthetic Data generation #5310
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emmanuel2406 on GitHub (Jun 24, 2024).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/297
#Ex. 5.3
This is for the external Colab notebook attached for that exercise.
Suggestion: Perhaps copying this notebook and changing a few things would make it a smoother experience for the user.
I have found two things:
sdv, which has this method, but I then have to change all the commands going forward.@profvjreddi commented on GitHub (Jun 26, 2024):
@emmanuel2406 Thanks for reporting this issue. Would you be able to share your Colab so that we can take a look at it? @shanzehbatool if you have some time to take a look at this it would be great!
@emmanuel2406 commented on GitHub (Jun 26, 2024):
Sure, seems like it wasn't serious though. To run the cells you must just replace
CTGANSyntehsizerwithCTGAN. Here is a copy of the notebookhttps://colab.research.google.com/drive/1jUBiyhW4_PaWt0RSGk2ewnBUDrnF2d6J#scrollTo=cpV1FWHevaWO
@shanzehbatool commented on GitHub (Jul 1, 2024):
Just saw this; I'm not able to access the Colab shared here but yes,
CTGANshould work instead ofCTGANSyntehsizer. And would need to directly obtain the dataset from Synthea. If the Colab shared works, then great, else I could also look into an alternative.