feathr-ai / feathr-ai/feathr

[FR] Support 'Feature Consumer' Flow within Azure ML

Đang mở
#648 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
feature
Ngôn ngữ chính
Scala
Star
1.9k
Fork
247
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### Willingness to contribute

Yes. I can contribute a fix for this bug independently.

### Feature Request Proposal

Allow users to _query_ and _get offline_ features by using drag&drop components within the [Azure ML Designer](https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer).

### Motivation

> #### What is the use case for this feature?

This feature will allow users familiar with the AzureML designer to consume data from Feathr feature store(s) within their workflow. Allowing component steps in the designer flow to read feature metadata from the feature store will allow users to perform data related tasks (data set splits etc.) as they would using the native Data Stores within AzureML.

### Details

By implementing this (at least initially) using custom designer components we avoid need to tightly couple Feathr to the AzureML Data Stores and Data Asset capability.

1. Connect to feature registry
2. Retrieve available features (metadata)
3. Graphically select features to be included in query that builds training set
4. execute query and return training set
5. Output point of final component is a 'Data output' component output

Specific implementation plan to be documented by @cauldnz below.

- [ ] `Proposed Components`:
- [ ] Feathr Context: Feather Client object, specify the registry and project within that registry.
- [ ] Feature Query: Reads feature metadata from registry for the selected project, allows users to select which features to include in the feature query. (Modelled around the `Select Columns in Dataset` OOB component)
- [ ]
- [ ] `Authentication Approach`: Design authentication approach to provide minimal complexity to user. Likely that this needs to support both running in the User Identity and running in the identity of some service principal when code is being executed in compute cluster.

### What component(s) does this feature request affect?

- [X] `Python Client`: This is the client users use to interact with most of our API. Mostly written in Python.
- [ ] `Computation Engine`: The computation engine that execute the actual feature join and generation work. Mostly in Scala and Spark.
- [ ] `Feature Registry API`: The frontend API layer supports SQL, Purview(Atlas) as storage. The API layer is in Python(FAST API)
- [ ] `Feature Registry Web UI`: The Web UI for feature registry. Written in React

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.