Difference between revisions of "...predict values"
(Created page with "* AI Solver Given a set of data points, we can use a clustering algorithm to classify each data point into a specific group. In theory, data points that are in the same...") |
m |
||
Line 1: | Line 1: | ||
* [[AI Solver]] | * [[AI Solver]] | ||
− | + | Regresssion [http://towardsdatascience.com/the-5-clustering-algorithms-data-scientists-need-to-know-a36d136ef68 The 5 Clustering Algorithms Data Scientists Need to Know] | |
I want to... | I want to... |
Revision as of 06:42, 31 May 2018
Regresssion The 5 Clustering Algorithms Data Scientists Need to Know
I want to...
- ...be fast, nice line fittings, then try the Linear Regression algorithm
- ...rank ordered categories, then try the Ordinal Regression algorithm
- ...predict event counts, then try the Poisson Regression algorithm
- ...predict a distribution, then try the Fast Forest Quantile Regression algorithm
- ...accuracy matters, I can NOT accept a long training time, and have little memory, then try a Decision Forest Regression algorithm
- ...accuracy matters, I can NOT accept a long training time, then try a Boosted Decision Tree Regression algorithm
- ...accuracy matters, I can accept a long training time, then try a Neural Network