205k views
5 votes
What algorithm should I use?

User Sanfly
by
4.8k points

2 Answers

3 votes

Answer:

Read the path and algorithm labels on the chart as "If <path label> then use <algorithm>." For example: If you want to perform dimension reduction then use principal component analysis. If you need a numeric prediction quickly, use decision trees or linear regression.

User SolidSun
by
4.1k points
7 votes

Answer:

YOu should use `ordinary least square regression ´

User Fizker
by
3.5k points