Splitting the dataset

Choonghyun Ryu

2024-02-11

Preface

To develop a classification model, the original data must be divided into train data set and test data set. You should do the following:

The alookr package makes these steps fast and easy:

How to perform split the data

For information on how to perform split the data into a train set and a test set, refer to the following website.