mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
1.1 KiB
1.1 KiB
slug | sidebar_position | sidebar_label |
---|---|---|
/ja/sql-reference/functions/machine-learning-functions | 115 | 機械学習 |
機械学習関数
evalMLMethod
フィットした回帰モデルを使用した予測には、evalMLMethod
関数を使用します。linearRegression
のリンクを参照してください。
stochasticLinearRegression
stochasticLinearRegression 集約関数は、線形モデルと平均二乗誤差(MSE)損失関数を使用した確率的勾配降下法を実装します。新しいデータに対して予測を行う際には evalMLMethod
を使用します。
stochasticLogisticRegression
stochasticLogisticRegression 集約関数は、バイナリ分類問題のための確率的勾配降下法を実装します。新しいデータに対して予測を行う際には evalMLMethod
を使用します。