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

Components - TFX #2671

Merged
merged 26 commits into from
Dec 5, 2019
Merged

Components - TFX #2671

merged 26 commits into from
Dec 5, 2019

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    1de4368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1751f99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ccd7c3 View commit details
    Browse the repository at this point in the history
  4. Fixed the docstring a bit

    Ark-kun committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    ace062e View commit details
    Browse the repository at this point in the history
  5. Added StatisticsGen

    First draft
    Ark-kun committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    8e30a62 View commit details
    Browse the repository at this point in the history
  6. Added SchemaGen

    First draft
    Ark-kun committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    b8fd5a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35ab2e0 View commit details
    Browse the repository at this point in the history
  8. Use None defaults

    Ark-kun committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    fcef473 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a1d1e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6e6b52 View commit details
    Browse the repository at this point in the history
  11. Fixed StatisticsGen and SchemaGen

    Input artifacts must have splits.
    Split URIs should end with "/'.
    The ciomponents now work.
    
    Also printing component_class_instance for debugging.
    Ark-kun committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    fa7374c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9e784e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a1159a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5645997 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    eb8f281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f84d7c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Added the Transform component

    The component uses almost completely generic code.
    Ark-kun committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    1cc4a0f View commit details
    Browse the repository at this point in the history
  2. Added the Trainer component

    Ark-kun committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    7cc3350 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    9f5fe9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91ec94d View commit details
    Browse the repository at this point in the history
  3. Added the Evaluator component

    Ark-kun committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    4892bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bda6978 View commit details
    Browse the repository at this point in the history
  5. Updated the sample

    Added ExampleValidator, Transform, Trainer, Evaluator
    Ark-kun committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    093e2d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Upgraded to TFX 0.15.0

    Ark-kun committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    034cd32 View commit details
    Browse the repository at this point in the history
  2. Upgraded the sample to 0.15.0

    Ark-kun committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8fec5f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf11e3 View commit details
    Browse the repository at this point in the history