Merge pull request #28632 from taosdata/docs/data-analysis/compile-error-curly-brace

fix(docs): compile error for using curly brace
This commit is contained in:
Linhe Huo 2024-11-04 17:35:06 +08:00 committed by GitHub
commit f61e79ec1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def test_iqr(self):
并在 model 目录下建立对应的文件夹存放该模型。
保存模型的调用,可参考 encoder.py 的方式,用户通过调用 set_params 方法,并指定参数 {"model": "ad_encoder_keras"} 的方式,可以调用该模型进行计算。
保存模型的调用,可参考 encoder.py 的方式,用户通过调用 set_params 方法,并指定参数 `{"model": "ad_encoder_keras"}` 的方式,可以调用该模型进行计算。
具体的调用方式如下: