Added test

This commit is contained in:
Alexey Milovidov 2019-07-01 17:28:39 +03:00
parent cb8be105d5
commit 2acaebb288
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
WITH (SELECT stochasticLinearRegressionState(1, 2, 3)) AS model SELECT evalMLMethod(model, toFloat64(1), toFloat64(1));