From a6e1535ad8e8da1cd4cad82474c1c07a7105c006 Mon Sep 17 00:00:00 2001 From: longyu Date: Wed, 13 Jul 2022 19:12:39 +0200 Subject: [PATCH] clean a bit of doc --- docs/freqai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai.md b/docs/freqai.md index a1b00c75c..4df6ea730 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -409,7 +409,7 @@ It is common to want constant retraining, in whichcase, user should set `live_re ### Controlling the model learning process Depending on what AI model to be used, these parameter names could be different. For example, the accepted parameters for the `Catboost` -models are `data_split_parameters`, `n_estimators` and etc. For the model like SVM regression model, the accepted parameters are different. +models are `n_estimators`, `task_type` and others. For the model like SVM regression model, the accepted parameters are different. Here we explan the parameters of `model_training_parameters` for `Catboost`: