Skip to content

Commit

Permalink
fix sensitivity notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Jun 11, 2024
1 parent e3aec8f commit 71ad599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/tutorials/expl_features_relevances.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@
}
],
"source": [
"from mlcolvar.explain import plot_features_distribution\n",
"from mlcolvar.utils.plot import plot_features_distribution\n",
" \n",
"n_features = 3\n",
"relevant_features = results['feature_names'][-n_features:]\n",
Expand Down

0 comments on commit 71ad599

Please sign in to comment.