Closed FrancescMartiEscofetQC closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.91%. Comparing base (
58c3741
) to head (024e605
). Report is 35 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for working on this :)
Do you have an understanding of why certain hyperparameters in the grid are nans?
Do you have an understanding of why certain hyperparameters in the grid are nans?
Yes! This is because in this lines the variant_outcome_model
is not a LGBMRegressor
(a LinearRegression
was chosen) therefore the n_estimators
or verbose
parameters are not defined. I think this default behaviour is nice as it makes clear when some parameter was not used.
Haha, of course. Let's blame it on the nearing weekend
Is the illustration of this css-related box intentional?
Is the illustration of this css-related box intentional?
Unfortunately yes, it's to change the font size when displaying dataframes, if not it looks like this:
I tried using cell tags like remove-cell
or remove-input
as explained here but with remove-cell
the code is not ran and therefore the font is too big and with remove-input
it still shows the box but when extended it is empty (not sure if this option is better).
Rendered version
Checklist
CHANGELOG.rst
entry