Skip to content

Commit

Permalink
debug info, probably dislib issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jrybicki-jsc committed Feb 5, 2024
1 parent 384cf56 commit e1d517b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model_search_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def uploat_to_mlflow(temp_dir, **context):
print("Uploading model search results")
df = pd.read_csv(os.path.join(temp_dir, 'pd.csv'), index_col=0)
dct = df.to_dict()
print("Got following data", dct)
metrics=['mean_test_score', 'mean_fit_time']

for i, p in enumerate(dct['params'].values()):
Expand Down

0 comments on commit e1d517b

Please sign in to comment.