ClickHouse/docs/zh/query_language/functions/machine_learning_functions.md
Ivan Blinkov 790704d081
Restore some old manual anchors in docs (#9803)
* Simplify 404 page

* add es array_functions.md

* restore some old manual anchors

* update sitemaps

* trigger checks

* restore more old manual anchors

* refactor test.md + temporary disable failure again

* fix mistype
2020-03-22 12:14:59 +03:00

868 B

机器学习函数

evalMLMethod (prediction)

使用拟合回归模型的预测请使用evalMLMethod函数。 请参阅linearRegression中的链接。

Stochastic Linear Regression

stochasticLinearRegression聚合函数使用线性模型和MSE损失函数实现随机梯度下降法。 使用evalMLMethod来预测新数据。 请参阅示例和注释此处

Stochastic Logistic Regression

stochasticLogisticRegression聚合函数实现了二元分类问题的随机梯度下降法。 使用evalMLMethod来预测新数据。 请参阅示例和注释此处