Skip to content

Instantly share code, notes, and snippets.

@arjay55
Created August 25, 2019 06:55
Show Gist options
  • Save arjay55/16ef6fd973762d524e6b7832e62cf34e to your computer and use it in GitHub Desktop.
Save arjay55/16ef6fd973762d524e6b7832e62cf34e to your computer and use it in GitHub Desktop.
target_validation
_,optvalues,resobj=load('hyperparam_best.joblib')
outparams=linkopt(['input_layer','hidden_1','navpu_infl','uni_reg','dropout_rate','hidden_reg'],optvalues)
acc_sigma=np.min(resobj.func_vals) #target validation error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment