Random Forest and Math behind it
Random Forest is one of machine learning algorithms that is an ensemble method combining \(T\) decision trees \(\{ h_t \}_{t=1}^{T}\) , where each tree is trained on:
A bootstrap sample from the dataset (bagging),
A random subset of features at eac...
unsearchable2.hashnode.dev6 min read