Cross-Validation: Compares various forms/types of Machine Learning methods and gives insight regarding its actual performance. In Machine Learning,Est
One-Hot Encoding Categorical/Qualitative Data: Nominal -- has no order Ordinal -- has order One-Hot Encoding is encoding the categorical/qualitative
Main Purpose: Building a model that accurately predicts the test data (as opposed to the train data)Train/Test SplitTrain Data - used to train the mod
Reference ModelA prototype model that displays the most basic performance that becomes a reference for the prediction modelTypes: \- Classification =