From 5fc86439f21823d18fbb05cb284dd9e1ff44d240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez=20Lorenzo?= Date: Mon, 27 Jan 2025 10:10:10 +0000 Subject: [PATCH] chore: fix items --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb8b792..782f7e3 100644 --- a/README.md +++ b/README.md @@ -124,9 +124,10 @@ If you wish to [collect](collect) your own dataset, there are several source fil [prepare_perfspec.py](learning/python/prepare_perfspec.py) Prepare data from raw to source for learning models [train_perfspec.py](learning/python/train_perfspec.py) To train model from data + [run_perfspec.py](learning/python/run_perfspec.py) To run/check predictions -[model_perfspec.py](`learning/python/model_perfspec.py)` To inspect / review generated models +[model_perfspec.py](learning/python/model_perfspec.py) To inspect / review generated models __ pycache __ is for Python execution, is ignored in git tasks.