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

Integrate featurizers #1573

Merged
merged 11 commits into from
Aug 15, 2019
Merged

Integrate featurizers #1573

merged 11 commits into from
Aug 15, 2019

Commits on Jul 26, 2019

  1. Merged PR 4815: Added Sample Featurizer and Infrastructure

    Added Sample Featurizer and Infrastructure
    David Brownell committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    abab596 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Merged PR 4877: Traits class added

    Traits class added
    michaelgsharp committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    6ce331e View commit details
    Browse the repository at this point in the history
  2. Merged PR 4881: Including boost as a header only library for now (whi…

    …ch disables cmake errors
    
    Including boost as a header only library for now (which disables cmake errors associated when compiled boost libraries can't be found)
    David Brownell committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    c313b3d View commit details
    Browse the repository at this point in the history
  3. Merged PR 4846: DateTime Transformer

    Created DateTimeTransformer in the Featurizers folder.
    Copied Jamie's DateTime code to the Featurizers folder. //REVIEW, should I remove her code from its original location?
    michaelgsharp committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    3883a48 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    4c794a1 View commit details
    Browse the repository at this point in the history
  2. Mv to a target folder

    yuslepukhin committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5f73457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    117c860 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Make featurizers and unit tests compile and run with GTest.

      Create definitions for the first featurizer kernel.
      Add new operator domain.
      Create datetime_transformer kernel and build.
      Move OPAQUE types definitions for featurizers kerneles out to a separate cc.
      Register them with the type system.
    yuslepukhin committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    a1b1c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f91738 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Provide unit tests for new AutoML DateTimeTransformer kernel.

      Make necessary adjustments to the test infrastructure to make it run
      with new types.
    yuslepukhin committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    93c295f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    09acbab View commit details
    Browse the repository at this point in the history