Skip to content

Commit

Permalink
Merge pull request #29 from dcristobalhMad/feat/lebron_clean
Browse files Browse the repository at this point in the history
Feat: add Makefile and clean lebron data to predict points
  • Loading branch information
Diego Cristobal Herreros authored Feb 4, 2023
2 parents 7c7da6f + ef601f2 commit 2edb31b
Show file tree
Hide file tree
Showing 3 changed files with 1,109 additions and 123 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Fichero con las variables de kaggle
.env

# Variables Makefile
Makefile.local
# Dataframes en local
dataframes/*

Expand Down
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include Makefile.local

deps:
@echo "Installing dependencies..."
@pip install -r requirements.txt

dev: deps
@echo "Starting development server..."
@jupyter notebook entrega.ipynb
Loading

0 comments on commit 2edb31b

Please sign in to comment.