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 cd3ba29 commit f6a2a95Copy full SHA for f6a2a95
1 file changed
examples/40_paper/2018_neurips_perrone_example.py
@@ -241,6 +241,9 @@ def random_sample_configurations(num_samples=100):
241
return X
242
243
configs = random_sample_configurations(num_samples=1000)
244
+print(configs)
245
+
246
+#############################################################################
247
preds = model.predict(configs)
248
249
# tracking the maximum AUC obtained over the functions evaluations
0 commit comments