diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index daaf1f0779728a5c9acec5d9e21239d91589c9cb..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: python:latest -services: - - docker:dind - -update-data: - stage: build - tags: - - updating - script: - - python -V - - pip install numpy - - pip install pandas - - pip install sklearn - - pip install nltk - - python update.py - only: - changes: - - data/* diff --git a/mlb.pkl b/mlb.pkl deleted file mode 100644 index b17176ce411b5b44cad65e0e6dccbd6841a06eab..0000000000000000000000000000000000000000 Binary files a/mlb.pkl and /dev/null differ diff --git a/model.pkl b/model.pkl deleted file mode 100644 index d72caa1773bd852c3795bd47830e83a3473932b1..0000000000000000000000000000000000000000 Binary files a/model.pkl and /dev/null differ