Skip to content

Instantly share code, notes, and snippets.

@gustavoschmoeller
Created January 11, 2021 12:45
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 gustavoschmoeller/0b2731327fd3bb460c3741ea6ccdbfff to your computer and use it in GitHub Desktop.
Save gustavoschmoeller/0b2731327fd3bb460c3741ea6ccdbfff to your computer and use it in GitHub Desktop.
X = df_algoritimo.drop('Consumo de cerveja (litros)', axis=1)
y = df_algoritimo['Consumo de cerveja (litros)']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment