Difference between revisions of "Fast Forest Quantile Regression"

From
Jump to: navigation, search
m (Text replacement - "http:" to "https:")
m
Line 12: Line 12:
 
* [[Capabilities]]
 
* [[Capabilities]]
 
* [[Regression]] Analysis  
 
* [[Regression]] Analysis  
* [[Math for Intelligence]]
+
* [[Math for Intelligence]] ... [[Finding Paul Revere]]
 
* [https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/fast-forest-quantile-regression Fast Forest Quantile Regression | Microsoft]
 
* [https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/fast-forest-quantile-regression Fast Forest Quantile Regression | Microsoft]
 
* [https://heartbeat.fritz.ai/5-regression-loss-functions-all-machine-learners-should-know-4fb140e9d4b0 5 Regression Loss Functions All Machine Learners Should Know - Choosing the right loss function for fitting a model | Prince Grover]
 
* [https://heartbeat.fritz.ai/5-regression-loss-functions-all-machine-learners-should-know-4fb140e9d4b0 5 Regression Loss Functions All Machine Learners Should Know - Choosing the right loss function for fitting a model | Prince Grover]

Revision as of 11:31, 4 June 2023

YouTube search... ...Google search

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..

10940_2010_9098_Fig4_HTML.gif