load
Load a dataset from a CSV path into one or three DatasetModels depending on targetToAchieve.
Always loads one model at index 0.
If targetToAchieve ==
ALL
, also loads models at indices 1 (WORST) and 2 (AVERAGE).
Parameters
dataset Path
Path to the CSV dataset file.