Skip to content

Future Releases

Alessio Baccelli edited this page Feb 5, 2020 · 5 revisions

Changelog v0.2.1

Bug fixes

  • Fixed a bug in the causality test module that was causing the p-values to be wrongly computed.
  • Fixed unneeded DataFrame conversion in CustomFeature transform.
  • Fixed a bug in the causality test module that was causing the max_shift to actually not being tested.

Features

  • The target_col parameter in the causality test module is not required anymore. If not specified, the correlation is going to be computed between all pair of columns. If specified, the correlation is going to be computed only with respect to the specified column.
  • Is now possible to compute the p-values in the causality test through permutations.

Moving/Deletion

  • The OldgGAR model is not available anymore. Please, refer to the new GAR or to the GARFF.
Clone this wiki locally