From d82320a541ac94407eb3cc296757fd5b87479c1f Mon Sep 17 00:00:00 2001 From: ryanznie Date: Wed, 4 Oct 2023 16:43:00 -0400 Subject: [PATCH] added segment on recompiling after editting ML algorithms --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 8b627a4..c9959cb 100644 --- a/index.md +++ b/index.md @@ -74,6 +74,7 @@ Install with: ``` pip install -e . ``` +*Note: if you were to edit the architecture of the ML models (e.g. autodqm_ml/algorithms/anomaly_detection_algorithm.py, pca.py, etc.), you may have to "recompile" the code again using the above command.* Once your setup is installed, you can activate your python environment with ```