Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created November 5, 2021 21:09
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 khuyentran1401/cf4c9d0b2f74345d07aed1bf74ea5eb9 to your computer and use it in GitHub Desktop.
Save khuyentran1401/cf4c9d0b2f74345d07aed1bf74ea5eb9 to your computer and use it in GitHub Desktop.
test_data_ratio = 0.2
train_test_dict = split_data(data=categorical_columns,
test_data_ratio=test_data_ratio,
classes=classes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment