From e2826ec16538f54efc16e50459c21987b553e3ef Mon Sep 17 00:00:00 2001 From: Brian Pondi Date: Wed, 17 Jul 2024 15:35:42 +0200 Subject: [PATCH] mlm-model return value --- proposals/ml_fit_class_random_forest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/ml_fit_class_random_forest.json b/proposals/ml_fit_class_random_forest.json index a8f361f4..a9007828 100644 --- a/proposals/ml_fit_class_random_forest.json +++ b/proposals/ml_fit_class_random_forest.json @@ -90,7 +90,7 @@ "description": "A model object that can be saved with ``save_ml_model()`` and restored with ``load_ml_model()``.", "schema": { "type": "object", - "subtype": "ml-model" + "subtype": "mlm-model" } }, "links": [