created: Yizhou Zhuang, 08/15/2020
last edited: Yizhou Zhuang, 08/15/2020
decision tree for regression: https://www.mathworks.com/help/stats/fitrtree.html#butl1ll_head
decision tree for classification: https://www.mathworks.com/help/stats/fitctree.html#butluiw_head
Improving trees and how trees split: https://www.mathworks.com/help/stats/improving-classification-trees-and-regression-trees.html#mw_b859ab75-0be6-4523-acf6-5fdbb1f23d15
decision tree template: https://www.mathworks.com/help/stats/templatetree.html
selecting predictor for random forest: https://www.mathworks.com/help/stats/select-predictors-for-random-forests.html?s_tid=srchtitle
Ensemble learning (RF basics): https://www.mathworks.com/help/stats/framework-for-ensemble-learning.html
Ensemble algorithms: https://www.mathworks.com/help/stats/ensemble-algorithms.html
How to fit ensemble of learners: https://www.mathworks.com/help/stats/fitrensemble.html
How to test ensemble quality: https://www.mathworks.com/help/stats/methods-to-evaluate-ensemble-quality.html