mmschlk / shapiq

Shapley Interactions for Machine Learning
https://shapiq.readthedocs.io
MIT License
60 stars 6 forks source link

Add static typechecker to pre-commits and tests #44

Open mmschlk opened 4 months ago

mmschlk commented 4 months ago

We should add mypy static type checking. This will however need some changes in what typehints we currently are using. Especially there will be problems/changes with current np.ndarry[int] kind of hints.

mmschlk commented 3 months ago

While this is an important issue it may be out of scope for the initial version of SHAPIQ