Machine learning functions
evalMLMethod (prediction)
Prediction using fitted regression models uses evalMLMethod
function. See link in linearRegression
.
Stochastic Linear Regression
The stochasticLinearRegression aggregate function implements stochastic gradient descent method using linear model and MSE loss function. Uses evalMLMethod
to predict on new data.
Stochastic Logistic Regression
The stochasticLogisticRegression aggregate function implements stochastic gradient descent method for binary classification problem. Uses evalMLMethod
to predict on new data.
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .