Homework #3-Tan Guan Lin

Tan Guan Lin
Budding Data Scientists
1 min readMar 8, 2018

3 Things I learnt today:

  1. How to create and use decision trees to predict values of y when x affects y.
  2. How to use regression techniques to plot best fit line through values in the plot.
  3. Multi-variable regression using the random forest, which makes use of multiple decision trees.

1 Question I still have:

How is the method argument in decision tree used?

--

--