We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6848450 commit beb5907Copy full SHA for beb5907
lib/SurrogatesMOE/test/runtests.jl
@@ -85,7 +85,7 @@ end
85
RadialBasisStructure(radial_function = linearRadial(), scale_factor = 1.0,
86
sparse = false),
87
]
88
- moe_nd_krig_rad = MOE(x, y, expert_types, ndim = 2)
+ moe_nd_krig_rad = MOE(x, y, expert_types, ndim = 2, quantile = 5)
89
moe_pred_vals = moe_nd_krig_rad.(x_test)
90
true_vals = discont_NDIM.(x_test)
91
moe_rmse = rmse(true_vals, moe_pred_vals)
0 commit comments