Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
hnishi committed Jul 31, 2021
1 parent 3d53cd9 commit ae84108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/40_advanced/example_pandas_train_test.py
Expand Up @@ -37,7 +37,7 @@


def get_runhistory_models_performance(automl):
metric = cls.automl_._metric
metric = automl.automl_._metric
data = automl.automl_.runhistory_.data
performance_list = []
for run_key, run_value in data.items():
Expand Down

0 comments on commit ae84108

Please sign in to comment.