ClickHouse/docs/en/query_language/functions/machine_learning_methods.md
2019-05-25 18:51:56 +03:00

381 B

Machine learning methods

Prediction

Prediction using fitted regression models uses evalMLMethod function. See link in linearRegression.

Linear Regression

linearRegression aggregate function implements stochastic gradient descent method and uses evalMLMethod to predict on new data. See examples and notes here.