Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Support quantile regression via compute_model_predictions #290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dholstius
Copy link

Adds support for quantile regression, though probably not in the most efficient way. There's only one line in pred_grid.rq that differs from pred_grid.lm, but I'm not sure how best to abstract the similarities.

Started this because I'd like to see support for time-series "filters", and would be glad to try implementing after I understand the thinking behind compute_model_prediction a bit more. Then I might be able to help implement something like local quantile regression ... ?

Would one-sided time series filters (running means, medians, etc.) best be implemented as "pseudo-models"? Or are they their own beasts?

@dholstius dholstius changed the title Add pred_grid.rq Support quantile regression via compute_model_predictions Sep 30, 2014
@hadley hadley added this to the 0.5 milestone Oct 7, 2014
@hadley hadley self-assigned this Oct 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants