These blogs are a must-read if you want to understand feature importance in time series data! The first one explains how LSTMs work and how they assign weights to features in a simple step-by-step way: Part 1. The second one shows how to use permutation importance with LSTMs to see how much each feature impacts model accuracy: Part 2. Super clear and easy to follow!