awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesRow-Level Feature Transformations

Wraps Python functions with a decorator to define per-row feature transformations that combine stored features with request-time data.

Distinct from Python-Defined Transformations: Distinct from Python-Defined Transformations: focuses on row-level feature computation in a feature store context, not general data transformations.

Explore 1 awesome GitHub repository matching data & databases · Row-Level Feature Transformations. Refine with filters or upvote what's useful.

Awesome Row-Level Feature Transformations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • feast-dev/feastfeast-dev 的头像

    feast-dev/feast

    6,727在 GitHub 上查看↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Feast supplies input columns alongside entity rows or entity DataFrames so transformations can incorporate values provided at query time.

    Pythonbig-datadata-engineeringdata-quality
    在 GitHub 上查看↗6,727
  1. Home
  2. Data & Databases
  3. Data Transformation Functions
  4. Python-Defined Transformations
  5. Row-Level Feature Transformations

探索子标签

  • Request-Time Data SourcesInput columns supplied alongside entity rows or DataFrames so on-demand transformations can incorporate values provided at query time. **Distinct from Row-Level Feature Transformations:** Distinct from Row-Level Feature Transformations: focuses on the data source mechanism (passing request-time columns) rather than the transformation logic itself.