From 8115f25c064afff9ee34c716372a95a55a6fad72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana=20G=C3=B3mez?= Date: Thu, 2 May 2024 10:53:15 +0200 Subject: [PATCH] Fix mispell mistake in doc --- docs/BoostAODE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BoostAODE.md b/docs/BoostAODE.md index d3ed8df..def453d 100644 --- a/docs/BoostAODE.md +++ b/docs/BoostAODE.md @@ -5,7 +5,7 @@ The hyperparameters defined in the algorithm are: - ***bisection*** (*boolean*): If set to true allows the algorithm to add *k* models at once (as specified in the algorithm) to the ensemble. Default value: *true*. -- ***biesection_best*** (*boolean*): If set to *true*, the algorithm will take as *priorAccuracy* the best accuracy computed. If set to *false⁺ it will take the last accuracy as *priorAccuracy*. Default value: *false*. +- ***bisection_best*** (*boolean*): If set to *true*, the algorithm will take as *priorAccuracy* the best accuracy computed. If set to *false⁺ it will take the last accuracy as *priorAccuracy*. Default value: *false*. - ***order*** (*{"asc", "desc", "rand"}*): Sets the order (ascending/descending/random) in which dataset variables will be processed to choose the parents of the *SPODEs*. Default value: *"desc"*.