-
Notifications
You must be signed in to change notification settings - Fork 24
Future Releases
Alessio Baccelli edited this page Feb 5, 2020
·
5 revisions
- 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.
- 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.