Skip to content

Commit

Permalink
show_models
Browse files Browse the repository at this point in the history
  • Loading branch information
franchuterivera committed Feb 18, 2021
1 parent 4d626ec commit 39b7f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_tabular_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ def get_search_space_updates():
y_pred = api.predict(X_test)
score = api.score(y_pred, y_test)
print(score)
print(api.show_models())

0 comments on commit 39b7f09

Please sign in to comment.