Normalise a dataset such that all values are between 0 and 1
normalise_dataset(dataset, sample_mins, sample_maxes, parameters)
LHC Summary file being used in emulator creation
The minimum value used for each parameter in generating the latin-hypercube sample
The maximum value used for each parameter in generating the latin-hypercube sample
Simulation parameters the emulation will be fed as input
List of the scaled data and the mimumum/maximum sample values for each, to aid rescale of the data and any predictions made using it.