Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyriccoder committed May 22, 2020
1 parent 1ee1939 commit 6415d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aibolit/ml_pipeline/ml_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,5 @@ def train_process():
for x in X_test:
preds, importances = model_new.predict(x)
print(preds)
path_with_logs = Path(os.getcwd())
print('Removing path with catboost logs {}'.format(path_with_logs))

0 comments on commit 6415d50

Please sign in to comment.