Decision Tree

This machine learning method uses a series of questions or observations on a given dataset to predict a target value. As datasets become larger, they tend to over-adapt the models. Random forests are a type of decision tree algorithm designed to reduce over-adjustment.