Closed yoid2000 closed 1 year ago
Make a shortcut syntax like this:
df_synth = Synthesizer(df_orig, target_column='col1')
to accomplish this:
df_synth = Synthesizer(df_orig, clustering=MLClustering(target_column='col1'))
Make a shortcut syntax like this:
to accomplish this: