ClickHouse/docs/ja/sql-reference/functions/machine-learning-functions.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

2020-04-04 09:15:31 +00:00
---
machine_translated: true
machine_translated_rev: 72537a2d527c63c07aa5d2361a8829f3895cf2bd
2020-04-04 09:15:31 +00:00
toc_priority: 64
toc_title: "\u6A5F\u68B0\u5B66\u7FD2\u6A5F\u80FD"
2020-04-04 09:15:31 +00:00
---
# 機械学習機能 {#machine-learning-functions}
2020-04-04 09:15:31 +00:00
## evalMLMethod(予測) {#machine_learning_methods-evalmlmethod}
近似回帰モデルを使用した予測では `evalMLMethod` 機能。 リンクを参照 `linearRegression`.
2020-04-04 09:15:31 +00:00
### 確率的線形回帰 {#stochastic-linear-regression}
その [stochasticLinearRegression](../../sql-reference/aggregate-functions/reference.md#agg_functions-stochasticlinearregression) 集計関数は線形モデルとMSE損失関数を用いた確率勾配降下法を実装する。 用途 `evalMLMethod` 新しいデータを予測する。
2020-04-04 09:15:31 +00:00
### 確率ロジスティック回帰 {#stochastic-logistic-regression}
2020-04-04 09:15:31 +00:00
その [stochasticLogisticRegression](../../sql-reference/aggregate-functions/reference.md#agg_functions-stochasticlogisticregression) 集計関数は、バイナリ分類問題のための確率勾配降下法を実装しています。 用途 `evalMLMethod` 新しいデータを予測する。