205k views
5 votes
What algorithm should I use?

User Sanfly
by
7.3k 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
6.5k points
7 votes

Answer:

YOu should use `ordinary least square regression ยด

User Fizker
by
5.6k points