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

Advance stable #140

Merged
merged 29 commits into from
Oct 18, 2024
Merged

Advance stable #140

merged 29 commits into from
Oct 18, 2024

Commits on Sep 24, 2024

  1. [YDF] Expose MRR

    PiperOrigin-RevId: 678311507
    rstz authored and copybara-github committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e671cff View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. reverses definition order for data members

    A default-constructed `VectorOwnOrBorrow`'s `values_` depends on
    `owned_values_`, and so it must be defined after `owned_values_`. This
    CL also replaces the user-defined default constructor with default
    member initialisation, which prevents a regression.
    
    PiperOrigin-RevId: 678686495
    TensorFlow Decision Forests Team authored and copybara-github committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f13959b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. internal

    PiperOrigin-RevId: 679243928
    maxwillzq authored and copybara-github committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    980e7ef View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix flaky tests

    PiperOrigin-RevId: 680622506
    achoum authored and copybara-github committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c2d5472 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Improve predict documentation and create "model.predict_class"

    PiperOrigin-RevId: 680921035
    achoum authored and copybara-github committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    391339e View commit details
    Browse the repository at this point in the history
  2. Fix documentation build

    PiperOrigin-RevId: 680950555
    achoum authored and copybara-github committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a0da6d2 View commit details
    Browse the repository at this point in the history
  3. Create inference subfolder for Javascript build

    PiperOrigin-RevId: 681014577
    rstz authored and copybara-github committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    126c700 View commit details
    Browse the repository at this point in the history
  4. [YDF] Fix JS inference tests

    PiperOrigin-RevId: 681036076
    rstz authored and copybara-github committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a5b90a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Blog post: Seeing the Forest Through the Trees

    PiperOrigin-RevId: 682315943
    achoum authored and copybara-github committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    47a727e View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. [YDF] Breaking: Fix typo partial_depepence_plot --> partial_dependenc…

    …e_plot
    
    PiperOrigin-RevId: 682662792
    rstz authored and copybara-github committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    06b7343 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Read Avro files without dependencies (part 1)

    PiperOrigin-RevId: 683561980
    achoum authored and copybara-github committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    493e3f1 View commit details
    Browse the repository at this point in the history
  2. Read Avro fiels without dependencies (part 2)

    PiperOrigin-RevId: 683609631
    achoum authored and copybara-github committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9bf9e06 View commit details
    Browse the repository at this point in the history
  3. Read Avro files without dependencies (part 3)

    PiperOrigin-RevId: 683612333
    achoum authored and copybara-github committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0b4a3bd View commit details
    Browse the repository at this point in the history
  4. Internal change

    PiperOrigin-RevId: 683623398
    achoum authored and copybara-github committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fcae77f View commit details
    Browse the repository at this point in the history
  5. Read avro files without dependencies (part 4)

    PiperOrigin-RevId: 683669080
    achoum authored and copybara-github committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b050978 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Read avro files without dependencies (part 5)

    PiperOrigin-RevId: 683922183
    achoum authored and copybara-github committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a7be9c1 View commit details
    Browse the repository at this point in the history
  2. Read Avro files without dependencies (part 6)

    PiperOrigin-RevId: 683975762
    achoum authored and copybara-github committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3843a7a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. [YDF] Install FastAPI dependencies

    Fixes #137
    
    PiperOrigin-RevId: 684362978
    rstz authored and copybara-github committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3eb1458 View commit details
    Browse the repository at this point in the history
  2. Read avro files without dependencies (part 7; last one!)

    PiperOrigin-RevId: 684390907
    achoum authored and copybara-github committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9ae9347 View commit details
    Browse the repository at this point in the history
  3. Expose Avro file format in python.

    PiperOrigin-RevId: 684391764
    achoum authored and copybara-github committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8004f30 View commit details
    Browse the repository at this point in the history
  4. Replace rapidjson with nlohmannjson in Avro reader

    PiperOrigin-RevId: 684409988
    achoum authored and copybara-github committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    58d2acc View commit details
    Browse the repository at this point in the history
  5. Remove rapidjson

    PiperOrigin-RevId: 684410262
    achoum authored and copybara-github committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    308444d View commit details
    Browse the repository at this point in the history
  6. Improve / simplify the migration guide.

    PiperOrigin-RevId: 684425099
    achoum authored and copybara-github committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    085aded View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. [YDF] Add YDF training

    PiperOrigin-RevId: 684748322
    rstz authored and copybara-github committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9e0140b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. [YDF] JS: Release Training API

    PiperOrigin-RevId: 686092403
    rstz committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9a41ed6 View commit details
    Browse the repository at this point in the history
  2. [YDF] JS: Rename inference package, fix README

    PiperOrigin-RevId: 686122778
    rstz authored and copybara-github committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    40232ad View commit details
    Browse the repository at this point in the history
  3. [YDF] JS: Add Changelog

    PiperOrigin-RevId: 686152352
    rstz authored and copybara-github committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    88a1e63 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. [YDF] Add Javascript to public documentation

    PiperOrigin-RevId: 687296607
    rstz authored and copybara-github committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    56d84a7 View commit details
    Browse the repository at this point in the history
  2. [YDF] Fix Javascript docs location

    PiperOrigin-RevId: 687311994
    rstz authored and copybara-github committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6df008c View commit details
    Browse the repository at this point in the history