Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created July 21, 2023 12:36
Show Gist options
  • Save quantra-go-algo/c862197d9b2a1bbe0151961bcf340d21 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/c862197d9b2a1bbe0151961bcf340d21 to your computer and use it in GitHub Desktop.
X = df[['open','high','low','close']]
y = df['Close']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment