From 674dea92073443b7d1e60a7ed7883c4610688738 Mon Sep 17 00:00:00 2001 From: Pierre LOTTE <pierrelotte.dev@gmail.com> Date: Fri, 4 Oct 2024 10:12:34 +0200 Subject: [PATCH] Add algorithm_params for mtad_gat --- algorithm_params.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/algorithm_params.json b/algorithm_params.json index be7bf26..9f685fc 100644 --- a/algorithm_params.json +++ b/algorithm_params.json @@ -100,6 +100,16 @@ "leaf_size": 20 } + }, + "mtad_gat": { + "training": true, + "optimize": { + }, + "const": {}, + "default": { + } + } + } -- GitLab