Skip to content

1.13

Compare
Choose a tag to compare
@xiaowuhu xiaowuhu released this 26 Sep 07:25
· 75 commits to main since this release
36e1dcd

new converters

  • add OneVsOne classifier converter
  • add QuadraticDiscriminantAnalysis converter
  • add GammaRegressor

improvements

  • improve unit test for linear classifier
  • move code ovr_decision_function as a pseudo-operator
  • shorten CI pipeline
  • add Double/Int64 data type for GammaRegressor unittest
  • support arrays for length_scale in kernel RBF
  • better error messages for TfidfVectorizer
  • Implements TraceableCountVecrotizer and TraceableTfidfVectorizer

bug fix

  • bug fix for multiple-output not correct in Random Forest

issues closed