AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
2.02k stars 290 forks source link

Shap fixes #759

Closed isaacmg closed 3 months ago

isaacmg commented 3 months ago

This PR aims to fix issues with SHAP and prepare the overall code base for using NumPY 2.0. For along time we put off upgrading SHAP due to additivity checks. These checks fail for reasons unknown to me so this PR marks the checks as False so we can use a upgraded version.