Created
April 11, 2019 05:11
-
-
Save crawftv/12d83d6b95e002708744a665bbdb2994 to your computer and use it in GitHub Desktop.
Skopt Tutorial - Test Best GP model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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