MarcelRobeer / ContrastiveExplanation

Contrastive Explanation (Foil Trees), developed at TNO/Utrecht University
BSD 3-Clause "New" or "Revised" License
44 stars 6 forks source link

Trying to understand output #1

Closed andreysharapov closed 5 years ago

andreysharapov commented 6 years ago

Hi

I have been trying your approach for a regression problem with categorical features. I receive an explanation in form:

The model predicted 123 because sales < 1445 and not month ( dummy example)

month is a categorical variable with values "1", "2", .. "12".

What does it mean " and not month" then ?

Thank you