Skip to content

Commit

Permalink
change logging text for sensitivity analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mastoffel committed Nov 7, 2024
1 parent 75b4bb8 commit 7c60829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoemulate/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def sensitivity_analysis(
raise RuntimeError("Must run compare() before sensitivity_analysis()")
model = self.best_model
self.logger.info(
f"No model provided, using best model {get_model_name(model)} from cross-validation for sensitivity analysis"
f"No model provided, using {get_model_name(model)}, which had the highest average cross-validation score."
)

Si = sensitivity_analysis(model, problem, self.X, N, conf_level, as_df)
Expand Down

0 comments on commit 7c60829

Please sign in to comment.