Open brookslogan opened 1 year ago
I think my usage of quantile_by_key
coupled with quantile_reg()
is probably nonsensical. Is there a way to do grouped modeling within workflows, or does the grouping need to be done externally?
Rounded out the tests above with a quantile_reg
vs. default arx_forecaster
.
quantile_by_key = "geo_value"
[seems to work with]arx_forecaster()
, but [generates an error with]flatline_forecaster()
, [and is accepted byarx_forecaster()
withquantile_reg()
despite not being applicable]quantile_by_key = "nonexistent_column"
is accepted by bothCreated on 2023-08-29 with reprex v2.0.2