Closed fraimondo closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.04%. Comparing base (
be6a63b
) to head (5e1e407
). Report is 7 commits behind head on main.
PR Preview Action v1.4.7 :---: Preview removed because the pull request was closed. 2024-09-04 11:17 UTC
Also the docs are failing to build, unrelated issue?
Currently, obtaining and inspector
return_inspector=True
requires that a final model is fit (return_estimator='all'
). This is to be able to inspect the final model's parameters. Nevertheless, is not technically required if we need to inspect the fold-wise predictions.This PR fixes that requirements, so either
'cv'
or'all'
can be used, avoiding to fit final models on large complex models that can take up to hours.