ClickHouse/dbms/tests/queries/0_stateless/00960_eval_ml_method_const.sql
Alexey Milovidov 2acaebb288 Added test
2019-07-01 17:28:39 +03:00

2 lines
120 B
SQL

WITH (SELECT stochasticLinearRegressionState(1, 2, 3)) AS model SELECT evalMLMethod(model, toFloat64(1), toFloat64(1));