Loads a Model from a given trial
load_model(tuner, trial)
A tuner object
A `Trial` instance. For models that report intermediate results to the `Oracle`, generally `load_model` should load the best reported `step` by relying of `trial.best_step`
None