mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #41878 from ClickHouse/docs-modelevaluate
Docs: Remove obsolete modelEvaluate() mention
This commit is contained in:
commit
cea21846ea
@ -1818,11 +1818,6 @@ Result:
|
||||
└──────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
## modelEvaluate(model_name, …)
|
||||
|
||||
Evaluate external model.
|
||||
Accepts a model name and model arguments. Returns Float64.
|
||||
|
||||
## catboostEvaluate(path_to_model, feature_1, feature_2, …, feature_n)
|
||||
|
||||
Evaluate external catboost model. [CatBoost](https://catboost.ai) is an open-source gradient boosting library developed by Yandex for machine learing.
|
||||
|
@ -1722,12 +1722,6 @@ SELECT joinGet(db_test.id_val,'val',toUInt32(number)) from numbers(4) SETTINGS j
|
||||
└──────────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
## modelEvaluate(model_name, …) {#function-modelevaluate}
|
||||
|
||||
Оценивает внешнюю модель.
|
||||
|
||||
Принимает на вход имя и аргументы модели. Возвращает Float64.
|
||||
|
||||
## throwIf(x\[, message\[, error_code\]\]) {#throwifx-custom-message}
|
||||
|
||||
Бросает исключение, если аргумент не равен нулю.
|
||||
|
@ -625,11 +625,6 @@ ORDER BY k ASC
|
||||
|
||||
使用指定的连接键从Join类型引擎的表中获取数据。
|
||||
|
||||
## modelEvaluate(model_name, …) {#function-modelevaluate}
|
||||
|
||||
使用外部模型计算。
|
||||
接受模型的名称以及模型的参数。返回Float64类型的值。
|
||||
|
||||
## throwIf(x) {#throwifx}
|
||||
|
||||
如果参数不为零则抛出异常。
|
||||
|
Loading…
Reference in New Issue
Block a user