data pre processing

Step 1: [[Import Required Libraries ]]
Step 2: [[Importing Data set]]
Step 3: [[Handling the missing values]]
Step 4: Encoding Categorical Data
Step 5: [[Splitting the dataset into test set & training set]]

- train_test_split()

- from sklearn.model_selection import train_test_split 
Step 6: [[Feature Scaling]]

When to Use Feature Scaling:

When Not to Use Feature Scaling: