Skip to content

Commit

Permalink
Update test_scalar_ge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry57 authored Oct 27, 2024
1 parent 083e029 commit 4bf5cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest/test_scalar_ge.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_func_ge():
Learning_Rate2=0.035, L2=0.01, Learning_Rate1=0.06, L=0.09,
Num_Epochs=50, t = 0.01, model = None, split_type = 0, ratio = [7, 3],
important_feature = True, plot = True, model_reg = None, isfunc = False)
scalar_ge_res_2 = scalar_ge(data=scalar_binary[0], ytype='Binary', dim_G=500, dim_E=5, haveGE=False,
scalar_ge_res_2 = scalar_ge(data=scalar_binary[0], ytype='Binary', dim_G=500, dim_E=5, haveGE=True,
num_hidden_layers=2, nodes_hidden_layer=[1000,100],
Learning_Rate2=0.035, L2=0.01, Learning_Rate1=0.06, L=0.09,
Num_Epochs=50, t = 0.01, model = None, split_type = 1, ratio = [7, 2, 1],
Expand Down

0 comments on commit 4bf5cb7

Please sign in to comment.