Closed chews0n closed 3 years ago
write a function for both standardisation (z-score) and normalisation in order to give us the option going forward for testing purposes
Note something that I totally overlooked, given that this is tree based and your features are essentially categorical, you may not need to normalize your data unless you have wild ranges of numbers for your feature
We will need a function to scale the data in order to feed it into our model.