Skip to content

Commit

Permalink
print the FACET logo at the start of testing (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner authored Oct 19, 2020
1 parent 8a934d6 commit 027e300
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
SimpleImputerDF,
)

import facet
from .facet import STEP_IMPUTE, STEP_ONE_HOT_ENCODE
from facet.crossfit import LearnerCrossfit
from facet.data import Sample
Expand All @@ -37,6 +38,9 @@
logging.basicConfig(level=logging.DEBUG)
log = logging.getLogger(__name__)

# print the FACET logo
print(facet.__logo__)

# disable SHAP debugging messages
logging.getLogger("shap").setLevel(logging.WARNING)

Expand Down

0 comments on commit 027e300

Please sign in to comment.