Skip to content

Releases: mlondschien/changeforest

changeforest 0.2.1

13 Dec 19:59
43acaaf
Compare
Choose a tag to compare

0.2.1 - (2021-12-13)

Bug fixes:

  • (Python only) Parameters will now be correctly passed to changeforest via Control even if they have the incorrect data type.
  • Fixed a bug where SBS would panic in cases with very small minimal segments lengths due to rounding.
  • Fixed a bug in model selection which resulted in a higher type I error.

changeforest 0.2.0

10 Dec 09:58
0762ce8
Compare
Choose a tag to compare

0.2.0 - (2021-12-10)

New feature:

  • The TwoStepSearch now uses three initial guesses, the 0.25, 0.5 and 0.75 quantiles of the segment, for the first step. The the best split corresponding to the highest maximal gain from the three guesses is used in the second step. The permutation test used for model selection has also been adjusted to be consistent.

    This increases estimation performance for classifier based methods, especially if used with standard binary segmentation, i.e. for changeforest_bs and changeknn_bs.

changeforest 0.1.1

25 Nov 14:54
9dd8fc4
Compare
Choose a tag to compare

0.1.1 - 2021-11-25

Added license file for compatibility with conda-forge.

changeforest 0.1.0

25 Nov 13:39
eb39f2c
Compare
Choose a tag to compare

0.1.0 - 2021-11-25

Initial release of changeforest.