RANDOM FOREST CLASSIFICATION
Label Encoding
One Hot Encoding
StandardScaler
Train-Test Split
pandas
numpy
matplotlib.pyplot
matplotlib.colors
sklearn.preprocessing
sklearn.ensemble
sklearn.metrics
train_test_split(test_size)
RandomForestClassifier(n_estimators)
RandomForestClassifier(criterion)
Dummy Variable Trap
Overfitting
Supervised Learning