v1.0.3.1
[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 nowsparse_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.