Skip to content

0.3.0

Compare
Choose a tag to compare
@tsakiridis tsakiridis released this 20 Oct 11:23
· 1 commit to main since this release

This version introduces the following breaking changes:

  1. Calls on model.train and model.train_with_sequence now accept as input a Dataset object instead of the explicit X and Y arrays.
  2. PLS, Cubist and RF now work with multi-output data; as a consequence the return value of the model.train function is now a list of dictionaries. In the case of one output value this list has a length of 1.

The following updates took place:

  1. Azure Pipelines are now used for CI
  2. pytest now used to run the tests
  3. An initial explainability component is added to help create visualizations of e.g. feature importance as identified by the model
  4. code formatted with black