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

[Feature store] Feature set api fixes #549

Merged
merged 14 commits into from
Nov 25, 2020

Commits on Jul 2, 2020

  1. Added support for Azure blobs as an MLRun data store. Commit contains…

    … code needed and unit tests for new functionality
    theSaarco committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    584879a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01bd85b View commit details
    Browse the repository at this point in the history
  3. Some other format changes

    theSaarco committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    cf8cdb4 View commit details
    Browse the repository at this point in the history
  4. Some other format changes

    theSaarco committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    f5630da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6591f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33c4aa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Fixed issues with listdir() functionality

    Fixed listdir on root container, and rmeoved path from result names
    theSaarco committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    91c35bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bd7507 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

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

Commits on Nov 18, 2020

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

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    dbf1f39 View commit details
    Browse the repository at this point in the history
  2. Feature-set API fixes and changes:

    - Added kind to the feature-set object (has to be "FeatureSet")
    - Added project to ObjectMetadata
    - Modified RunDBInterface to return dicts rather than schema objects
    - Fixed an issue with creating a feature-set without labels
    theSaarco committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    17c07e9 View commit details
    Browse the repository at this point in the history
  3. lint

    theSaarco committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    0ea3915 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Changes per PR review

    - Rename RunDB's update_feature_set to patch_feature_set
    - Changed FeatureSet kind schema field to an enum
    theSaarco committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2fe3633 View commit details
    Browse the repository at this point in the history