Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify tfidf_transformer to enable custom vocabulary and approximate sublinear-tf scaling without sparse containers #777

Merged
merged 16 commits into from
Nov 15, 2021

Commits on Nov 12, 2021

  1. Extend one example in the documentation (WOE)

    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    90be2d9 View commit details
    Browse the repository at this point in the history
  2. Add a function to update initializers in a ONNX model

    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    945c7f3 View commit details
    Browse the repository at this point in the history
  3. Make opset 15 default (onnx#749)

    * Make opset 15 default
    * fix missing target opset in polynomial features
    
    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    12318f0 View commit details
    Browse the repository at this point in the history
  4. update manifest to exclude big files from sdist (onnx#759)

    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    956db61 View commit details
    Browse the repository at this point in the history
  5. Improve stability of one unit tests (onnx#760)

    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9c9f48e View commit details
    Browse the repository at this point in the history
  6. modified for tfidfvectorizer

    Signed-off-by: adam444555 <a473489548@gmail.com>
    adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    d5d991c View commit details
    Browse the repository at this point in the history
  7. modified for tfidfvectorizer

    Signed-off-by: adam444555 <a473489548@gmail.com>
    adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    0a519d8 View commit details
    Browse the repository at this point in the history
  8. split into two conditions for opset < 11 or else

    Signed-off-by: adam444555 <a473489548@gmail.com>
    adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    594b7cf View commit details
    Browse the repository at this point in the history
  9. Update tfidf_transformer.py

    Signed-off-by: adam444555 <a473489548@gmail.com>
    adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ac2a2c5 View commit details
    Browse the repository at this point in the history
  10. Update a training value in a failing pipeline used in a unit test (2) (

    …onnx#773)
    
    * Update a training value in a failing pipeline used in a unit test
    * upgrade version
    
    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    a290750 View commit details
    Browse the repository at this point in the history
  11. Enable RandomForestClassifier in converter for CalibrationClassifierCV (

    onnx#772)
    
    * Enable RandomForestClassifier in converter for CalibrationClassifierCV
    * remove unused variable
    
    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    9d379ed View commit details
    Browse the repository at this point in the history
  12. Implements option zipmap for MultiOutputClassifier (onnx#775)

    * Implements option zipmap for MultiOutputClassifier
    
    Signed-off-by: adam444555 <a473489548@gmail.com>
    xadupre authored and adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    77a6a2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    567dc01 View commit details
    Browse the repository at this point in the history
  14. Update text_vectoriser.py

    fix code length
    
    Signed-off-by: adam444555 <a473489548@gmail.com>
    adam444555 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    2a99400 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. add unit test and format fix

    Signed-off-by: adam444555 <a473489548@gmail.com>
    adam444555 committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    0480ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5d3c9 View commit details
    Browse the repository at this point in the history