Skip to content

Commit e1d517b

Browse files
committed
debug info, probably dislib issue
1 parent 384cf56 commit e1d517b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model_search_upload.py

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def uploat_to_mlflow(temp_dir, **context):
8282
print("Uploading model search results")
8383
df = pd.read_csv(os.path.join(temp_dir, 'pd.csv'), index_col=0)
8484
dct = df.to_dict()
85+
print("Got following data", dct)
8586
metrics=['mean_test_score', 'mean_fit_time']
8687

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

0 commit comments

Comments
 (0)