
Once Python is installed, the steps to prepare the data are basically :
– understanding the data
– loading the data
– taking care of blank cells
– numeric relabeling of textual data
– correcting irrelevent orders
– separating source and target variables
– feature scaling
– splitting the dataset into training set and test set
Next step : loading the data