Join Slack
Powered by
This message was deleted.
# mlforecast
s
Slackbot
01/17/2024, 6:01 PM
This message was deleted.
j
José Morales
01/17/2024, 6:07 PM
There's a
dropna
argument in preprocess and fit that defaults to True, you can set
dropna=False
to keep those rows
🙌 1
v
Valeriy
01/17/2024, 6:53 PM
@José Morales
thanks, I wonder if default = False would have been a better option, just run the version with dropped NaNs and adjusted R2 went all the way to negative in global linear model.
j
José Morales
01/17/2024, 7:01 PM
Not all models can handle nulls, that's why the default is True
Open in Slack
Previous
Next