Skip to content

Releases: pabloarosado/modev

modev 0.5.0

16 Mar 09:21
a2a1e9f
Compare
Choose a tag to compare

Main changes with respect to previous release:

  • Validation functions now receive data, instead of indexes, which gives more freedom to generate train/test indexes.

For more details please visit:
https://pypi.org/project/modev/

modev 0.4.0

12 Mar 08:41
7653318
Compare
Choose a tag to compare

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/

modev 0.3.1

05 Mar 14:37
9ef5ff2
Compare
Choose a tag to compare

Main changes with respect to previous release:

  • Fix issue with setup.py.

For more details please visit:
https://pypi.org/project/modev/

modev 0.3.0

05 Mar 13:53
c27977a
Compare
Choose a tag to compare

Main changes with respect to previous release:

  • Parameter test_mode belongs now to validation, not execution.
  • Execution now gives more freedom to the approach (for example to do preprocessing).

For more details please visit:
https://pypi.org/project/modev/

modev 0.2.1

04 Mar 19:07
Compare
Choose a tag to compare

Main changes with respect to previous release:

  • Results (temporary or final) can be saved to and loaded from a local file.
  • Pass train_x and test_x to approach as pandas dataframes instead of numpy arrays; train_y and test_y are still numpy arrays, for convenience.

modev 0.1.1

25 Aug 18:08
1521974
Compare
Choose a tag to compare

modev 0.0.1

28 Jul 18:28
c016769
Compare
Choose a tag to compare