Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Sep 11, 2020
1 parent 0394ce1 commit 5b64803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
find pycaret/tests -type f -not -name '__init__.py' -not -name 'test_classification_tuning.py' -delete
- name: Test with pytest
run: |
pytest --log_cli=true
pytest -o log_cli=true
2 changes: 2 additions & 0 deletions pycaret/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -2768,6 +2768,8 @@ def _create_model(

display.clear_output()

predict_model(model, verbose=True)

logger.info(str(model))
logger.info(
"create_models() succesfully completed......................................"
Expand Down

0 comments on commit 5b64803

Please sign in to comment.