From 94f732558c9edb8646fd2184f397775662375148 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Thu, 26 Mar 2020 20:28:19 -0700 Subject: Fix bugs --- ml_exp/krr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ml_exp/krr.py b/ml_exp/krr.py index 68aef8828..dd6df7092 100644 --- a/ml_exp/krr.py +++ b/ml_exp/krr.py @@ -360,7 +360,7 @@ def multi_krr(db_path='data', test_size=test_size, sigma=sigma, identifier='LJM', - laplauss='gaussian', + kernel='gaussian', use_tf=use_tf, show_msgs=show_msgs) if 'AM' in identifiers: @@ -370,7 +370,7 @@ def multi_krr(db_path='data', test_size=test_size, sigma=sigma, identifier='AM', - laplauss='gaussian', + kernel='gaussian', use_tf=use_tf, show_msgs=show_msgs) if 'BOB' in identifiers: @@ -380,7 +380,7 @@ def multi_krr(db_path='data', test_size=test_size, sigma=sigma, identifier='BOB', - laplauss='laplacian', + kernel='laplacian', use_tf=use_tf, show_msgs=show_msgs) -- cgit v1.2.3