KEY ERROR 1 while using classification preset in Evidently
Fixed in evidently 0.4.1 (via PR #712). Upgrade with `pip install -U evidently` to 0.4.1 or newer. The root cause was mlflow's typing annotations poisoning typing.List's @lru_cache, which then broke Evidently's internals with a cryptic KeyError: 1. The reporter confirmed the upgrade fixed it and ask…