Fast Forest Quantile Regression
Revision as of 22:16, 31 May 2018 by BPeat (talk | contribs) (Created page with "[http://www.youtube.com/results?search_query=Fast+Forest+Quantile+Regression YouTube search...] * AI Solver * ...predict values Quantile regression is useful if you...")
Quantile regression is useful if you want to understand more about the distribution of the predicted value, rather than get a single mean prediction value. This method has many applications, including:
- Predicting prices
- Estimating student performance or applying growth charts to assess child development
- Discovering predictive relationships in cases where there is only a weak relationship between variables
This regression algorithm is a supervised learning method, which means it requires a tagged dataset that includes a label column. Because it is a regression algorithm, the label column must contain only numerical values.. Fast Forest Quantile Regression | Microsoft