pypi skl2onnx 1.5.1
v1.5.1

latest releases: 1.16.0, 1.15.0, 1.14.1...
4 years ago
  1. Support Gaussian Process
  2. Fixing for working with ORT 0.5.
  3. A couple of converter bug fixings, including
    5493c0a Fix KNeighboursClassifier, KNeighboursRegressor and NearestNeighbours converters (#240)
    121b1b4 Fixed NaN probability scores in BernoulliNB converter when alpha=0 (#238)
    11ac5ef Fix a couple of mismatches for every tree in scikit-learn. (#237)
    517b0bb Added Perceptron classifier converter (#236)
    d313123 Fixed LabelEncoder converter (#224)
    f95ce23 Added support for int features in kmeans and mini-batch kmeans converters (#231)
    160200e Fixed gradient boosting classifier converter mismatch on binary dataset (#230)
    d026f89 Fixed label binariser output for binary dataset to align with scikit (#228)
    a889074 Update nightly build (#227)
    33abc90 Fixes #184, #201, fixes GradientBoostingClassifier for multi class (#226)
    aae4f7a GaussianProcessRegressor with float and double in ONNX models (#220)
    2a9399f Fixed Adaboost converter's incorrect results with non-default learning rate (#223)
    5a065b7 Handle transformer_weights hyper-parameter in FeatureUnion (#222)
    6c24406 Fixed gradient boosting converters for different values of init hyper-parameter (#219)
    111e49d Add GaussianMixture (#169)
    b5333f5 Use n_estimators_ when set in GradientBoostingClassifier (#213)
    01b37e3 Fix SVC output (#209)
    edf8eb4 Add more linear models (#216)
    8009430 Install onnxconverter-common from source (#217)
    064eb31 Extend coverage for OneHotEncoder (#188)
    a64cc5b Removed unused methods in _topology (#210)
    65951d5 Support feature input types other than float in function transformer (#208)
    ad1987d Improve OnnxOperator to support more types (#205)
    a760bf0 Support int features in BernoulliNB, MultinomialNB and SGDClassifier <80> (#185)
    6fc5a0e Fix missing node names (#187)
    200cb00 Fixed GradientBoostingRegression model conversion failure with init=zero (#164)
    1204066 Extend unit test coverage (#180)
    4eb0217 Update TfIdf converter to reflect changes in Tokenizer specifications (#178)
    4200f11 Test topology pruning (#179)
    bf5311a Add an example to create a custom converter for a NMF transformer (#167)
    f427759 Review error message raised in exceptions (#173)

Don't miss a new skl2onnx release

NewReleases is sending notifications on new releases.