Closed aCampello closed 2 years ago
Forgot to draft, but this is pretty much a draft
Looks good. I can see the science bit in the original dvc.yaml
and parameters.yaml
is now separated in it's own pipelines/science
my pip install -r requirements.txt
really doesn't like the last line in the requirements: git+https://github.com/nsorros/shap.git@dev
, do we need this?
my
pip install -r requirements.txt
really doesn't like the last line in the requirements:git+https://github.com/nsorros/shap.git@dev
, do we need this?
Yep, it's currently needed because of the experimental code that does explanations require a fork of Shap. When #223 is complete this won't be needed for xlinear.
Description
Decouples science pipeline from production (xlinear) pipeline.
Dvc repro is still not up-to-date, as we'll do it after we finish all chunks of work.
Checklist
Release checklist
To release:
make build
make deploy