ClickHouse/docs/ja/sql-reference/functions/machine-learning-functions.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

1.1 KiB

machine_translated machine_translated_rev toc_priority toc_title
true d734a8e46d 64 機械学習の機能

機械学習の機能

evalMLMethod(予測)

適合回帰モデルを使用した予測 evalMLMethod 機能。 リンクを見る linearRegression.

確率的線形回帰

その stochasticLinearRegression 集合関数は,線形モデルとMSE損失関数を用いた確率的勾配降下法を実装する。 使用 evalMLMethod 新しいデータを予測する。

確率論的ロジスティック回帰

その stochasticLogisticRegression 集合関数は,二値分類問題に対して確率的勾配降下法を実装する。 使用 evalMLMethod 新しいデータを予測する。