add readme and make install.

This commit is contained in:
Matt J
2022-11-05 07:57:52 -07:00
parent a288a8e1e2
commit 404e39206b
3 changed files with 41 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
all:
CONDA_ENV=ml_pipeline
all: run
run:
python src/pipeline.py train
data:
@@ -6,3 +10,6 @@ data:
batch:
python src/batch.py
install:
conda env updates -n ${CONDA_ENV} --file environment.yml