Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Last active July 14, 2023 13:00
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 quantra-go-algo/e191ebfefd662c9ebdd84d1b667e6270 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/e191ebfefd662c9ebdd84d1b667e6270 to your computer and use it in GitHub Desktop.
# Total dataset length
dataset_length = data.shape[0]
# Training dataset length
split = int(dataset_length * 0.75)
split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment