Main changes with respect to previous release:
* Generalize execution.execute_model, so that:
* It receives as inputs model, data, train indexes for current fold, test indexes for current fold, and target. By doing this, we can include a preprocessing method inside the function, that applies to entire data, not train/test separately.
* It returns a dictionary of execution results (e.g. {'truth': np.array([...]), 'prediction': np.array([...])}). This allows to include other metrics, like timing ones.
For more details please visit:
https://pypi.org/project/modev/