From e50c8fa638089e8087be8f119175f4833b4e9ba4 Mon Sep 17 00:00:00 2001 From: molspace Date: Fri, 13 Oct 2023 16:18:21 +0600 Subject: [PATCH] Fixed a small typo in model selection --- supervised/automl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervised/automl.py b/supervised/automl.py index c1f6f81e..02a2d456 100644 --- a/supervised/automl.py +++ b/supervised/automl.py @@ -50,7 +50,7 @@ def __init__( Literal[ "Baseline", "Linear", - "Decicion Tree", + "Decision Tree", "Random Forest", "Extra Trees", "LightGBM",