Skip to content

v1.0.3.1

Compare
Choose a tag to compare
@jlgarridol jlgarridol released this 29 Mar 10:55
· 68 commits to main since this release
8cb356e

[1.0.3.1] - 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.