Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-sweep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip install -r tools/requirements-sweep.txt
#
# pandas/numpy already come from requirements.txt.
scikit-learn>=1.3 # RandomForest surrogate + permutation importance (sklearn backend)
scikit-learn>=1.9.0 # RandomForest surrogate + permutation importance (sklearn backend)
optuna>=3.4 # TPE/random search + fANOVA importance (optuna backend)
matplotlib>=3.7 # optional: param_importance.png bar charts
SALib>=1.5.2 # Morris screening + Sobol global sensitivity (model-free backends)