Skip to content

Instantly share code, notes, and snippets.

@Vaseekaran-V
Created July 26, 2022 19:47
Show Gist options
  • Save Vaseekaran-V/7fc558643820f623d4f09dd33ee7c089 to your computer and use it in GitHub Desktop.
Save Vaseekaran-V/7fc558643820f623d4f09dd33ee7c089 to your computer and use it in GitHub Desktop.
Merging the minority and majority synthetic datasets
#merging the 2 datasets to create the final synthetic dataframe
synth_df = pd.concat([majority_synth_data, minority_synth_data], ignore_index=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment