We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2900106 commit df93d63Copy full SHA for df93d63
1 file changed
Makefile
@@ -2,6 +2,7 @@
2
# Requires: .venv activated or use PYTHON variable below
3
PYTHON ?= python
4
SEED := 42
5
+export MPLCONFIGDIR := artifacts/.mpl_cache
6
7
# ─── Data pipeline ───────────────────────────────────────────────────────────
8
preprocess:
0 commit comments