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

Sync stable branch to main branch #106

Merged
merged 30 commits into from
Jun 18, 2024
Merged

Sync stable branch to main branch #106

merged 30 commits into from
Jun 18, 2024

Commits on May 14, 2024

  1. Fix error when plotting oblique trees in colab.

    PiperOrigin-RevId: 633479472
    achoum authored and copybara-github committed May 14, 2024
    Configuration menu
    Copy the full SHA
    225171a View commit details
    Browse the repository at this point in the history
  2. Add max_depth argument to model.print_tree.

    PiperOrigin-RevId: 633499732
    achoum authored and copybara-github committed May 14, 2024
    Configuration menu
    Copy the full SHA
    005177a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Documentation of the Distribute tool.

    PiperOrigin-RevId: 635819063
    achoum authored and copybara-github committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7981aac View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update example value of sparse_oblique_num_projections_exponent in …

    …docs
    
    PiperOrigin-RevId: 636533987
    TensorFlow Decision Forests Team authored and copybara-github committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2300559 View commit details
    Browse the repository at this point in the history
  2. Add tools for unit testing debugging.

    - Plotting of ellipse predictions.
    - mnist dataset
    
    PiperOrigin-RevId: 636536865
    achoum authored and copybara-github committed May 23, 2024
    Configuration menu
    Copy the full SHA
    15f7c06 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Support for oblique splits in JAX converter.

    PiperOrigin-RevId: 636847004
    achoum authored and copybara-github committed May 24, 2024
    Configuration menu
    Copy the full SHA
    8277487 View commit details
    Browse the repository at this point in the history
  2. Sort the dictionary of integer labels casted to string following the …

    …numerical order.
    
    PiperOrigin-RevId: 636870447
    achoum authored and copybara-github committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3aec76e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Add verbose argument to train method which is equivalent but some…

    …time more convenient than`ydf.verbose`.
    
    PiperOrigin-RevId: 637584007
    achoum authored and copybara-github committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2b3e21c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Add ability to update YDF model with JAX parameters.

    PiperOrigin-RevId: 638627996
    achoum authored and copybara-github committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f7499ec View commit details
    Browse the repository at this point in the history
  2. No public description

    PiperOrigin-RevId: 638644757
    achoum authored and copybara-github committed May 30, 2024
    Configuration menu
    Copy the full SHA
    83bead8 View commit details
    Browse the repository at this point in the history
  3. Divide "TrainWithStatus" into "TrainWithStatus" and "TrainWithStatusI…

    …mpl".
    
    PiperOrigin-RevId: 638649524
    achoum authored and copybara-github committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c92df40 View commit details
    Browse the repository at this point in the history
  4. - Add placeholder for dataset usage statistics.

    - Break the dependency from AbstractModel to VerticalDatasetIO.
    
    PiperOrigin-RevId: 638670083
    achoum authored and copybara-github committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0f0cd97 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Create a npm package for the js port of ydf.

    PiperOrigin-RevId: 639014915
    achoum authored and copybara-github committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5d56fb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. SKLearn to YDF model converter | Unit tests (part 1)

    PiperOrigin-RevId: 639792213
    achoum authored and copybara-github committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b94e025 View commit details
    Browse the repository at this point in the history
  2. SKLearn to YDF model converter | Converter (part 2)

    PiperOrigin-RevId: 639794115
    achoum authored and copybara-github committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9ecb005 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Surface the SKLearn converter in the API

    PiperOrigin-RevId: 641176849
    achoum authored and copybara-github committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    394c82b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Anomaly detection; Create the ANOMALY_DETECTION task (part 1)

    PiperOrigin-RevId: 642918719
    achoum authored and copybara-github committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    33c15ad View commit details
    Browse the repository at this point in the history
  2. Anomaly detection; ccleaner + decision tree utilities (part 2)

    PiperOrigin-RevId: 642919627
    achoum authored and copybara-github committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f319589 View commit details
    Browse the repository at this point in the history
  3. Automated Code Change

    PiperOrigin-RevId: 642948182
    TensorFlow Decision Forests Team authored and copybara-github committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f63eecc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add YDF + JAX tutorial

    PiperOrigin-RevId: 643324787
    achoum authored and copybara-github committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    225fd58 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Anomaly detection; Isolation forest c++ model (part 3)

    PiperOrigin-RevId: 643984185
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    933e38d View commit details
    Browse the repository at this point in the history
  2. Anomaly detection; Isolation forest c++ learner (part 4)

    PiperOrigin-RevId: 643984861
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    887b122 View commit details
    Browse the repository at this point in the history
  3. Anomaly detection; Fast c++ inference of Isolation forest models (par…

    …t 5)
    
    PiperOrigin-RevId: 643985602
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7bc4d16 View commit details
    Browse the repository at this point in the history
  4. Anomaly detection; Enable model and prediction analysis of isolation …

    …forest models (part 6)
    
    PiperOrigin-RevId: 644041112
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    86f7edf View commit details
    Browse the repository at this point in the history
  5. Anomaly detection; Isolation forest learner and model is available in…

    … python (part 7)
    
    PiperOrigin-RevId: 644042237
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fe99922 View commit details
    Browse the repository at this point in the history
  6. Anomaly detection; Add support for sklearn isolation forests in the m…

    …odel importer (part 8)
    
    PiperOrigin-RevId: 644091208
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8d69160 View commit details
    Browse the repository at this point in the history
  7. Improve error messages when feeding the wrong type of datasets.

    PiperOrigin-RevId: 644092333
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    aa9fcdd View commit details
    Browse the repository at this point in the history
  8. Anomaly detection; Surface the isolation forest learner and model in …

    …the python API (part 9)
    
    PiperOrigin-RevId: 644093348
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    78190b2 View commit details
    Browse the repository at this point in the history
  9. Anomaly detection; Anomaly detection tutorial (part 10)

    PiperOrigin-RevId: 644094544
    achoum authored and copybara-github committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a1f7081 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Release YDF 0.5.0

    PiperOrigin-RevId: 644269898
    achoum authored and copybara-github committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    74026c8 View commit details
    Browse the repository at this point in the history