Skip to content

v1.0.3

Compare
Choose a tag to compare
@jlgarridol jlgarridol released this 29 Mar 10:51
· 70 commits to main since this release
21b3d2c

[1.0.3] - 2023-03-29

Added

  • Methods now support no unlabeled data. In this case, the method will return the same as the base estimator.

Changed

  • In OneHotEncoder, the sparse parameter is now sparse_output to avoid a FutureWarning.

Fixed

  • CoForest now is most similar to the original paper.
  • TriTraining can use at least 3 n_jobs. Fixed the bug that allows using as many n_jobs as cpus in the machine.