Skip to content

1.16.0

Latest
Compare
Choose a tag to compare
@xadupre xadupre released this 11 Dec 11:46
· 23 commits to main since this release
fdb52ce
  • Supports cosine distance (LocalOutlierFactor, ...) #1050,
  • Supports multiple columns for OrdinalEncoder #1044 (by @max-509)
  • Add an example on how to handle FunctionTransformer #1042, Versions of scikit-learn < 1.0 are not tested any more.
  • Supports lists of strings as inputs for FeatureHasher #1036, #1036
  • Fix OneHotEncoder when categories indices to drop are not None #1028
  • fFx converter for AdaBoost estimators in scikit-learn==1.3.1 #1027
  • Add function 'add_onnx_graph' to insert onnx graph coming from other converting,
    libraries within the converter mapped to a custom estimator #1023, #1024
  • Add option 'language' to converters of CountVectorizer, TfIdfVectorizer #1020