You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2022/06/22 20:31:41 UTC

[madlib] 02/03: SVM: Fix dev-check test typo

This is an automated email from the ASF dual-hosted git repository.

okislal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git

commit 45f533b2c79ea27fd101f00da8b2f0b5d2d9946c
Author: Orhan Kislal <ok...@apache.org>
AuthorDate: Thu Jun 9 16:59:54 2022 -0400

    SVM: Fix dev-check test typo
---
 src/ports/postgres/modules/svm/test/svm.sql_in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ports/postgres/modules/svm/test/svm.sql_in b/src/ports/postgres/modules/svm/test/svm.sql_in
index 9dea0bb5..a8224014 100644
--- a/src/ports/postgres/modules/svm/test/svm.sql_in
+++ b/src/ports/postgres/modules/svm/test/svm.sql_in
@@ -108,9 +108,9 @@ SELECT svm_regression(
      NULL,
      'init_stepsize=0.01, max_iter=50, lambda=2, norm=l2, epsilon=0.01',
      false);
-SELECT svm_predict('svr_model', 'svr_train_data', 'id', 'svr_test_result');
+SELECT svm_predict('svr_model2', 'svr_train_data', 'id', 'svr_test_result');
 \x on
-SELECT * FROM svr_model;
+SELECT * FROM svr_model2;
 \x off
 SELECT
     assert(