Skip to content

Instantly share code, notes, and snippets.

@crawftv
Created April 11, 2019 05:11
Show Gist options
  • Save crawftv/12d83d6b95e002708744a665bbdb2994 to your computer and use it in GitHub Desktop.
Save crawftv/12d83d6b95e002708744a665bbdb2994 to your computer and use it in GitHub Desktop.
Skopt Tutorial - Test Best GP model
model = create_model(gp_result.x[0],gp_result.x[1],gp_result.x[2],gp_result.x[3],gp_result.x[4],gp_result.x[5])
model.fit(X_train,y_train, epochs=3)
model.evaluate(X_test,y_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment