You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formatter currently outputs point predictions with an output_type of "quantile" and an output_type_id of NA. I believe point predictions are not accepted this year, so these should just be excluded. I'll check to confirm. Workaround is simple: %>% tidyr::drop_na(output_type_id).
The text was updated successfully, but these errors were encountered:
The formatter currently outputs point predictions with an
output_type
of "quantile" and anoutput_type_id
of NA. I believe point predictions are not accepted this year, so these should just be excluded. I'll check to confirm. Workaround is simple:%>% tidyr::drop_na(output_type_id)
.The text was updated successfully, but these errors were encountered: