awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesFeature Views

Grouping related time-series features from a data source into a logical collection for consistent offline training and online serving.

Distinguishing note: No candidate in the shortlist covers the concept of grouping features into a logical view for ML pipelines.

Explore 2 awesome GitHub repositories matching data & databases · Feature Views. Refine with filters or upvote what's useful.

Awesome Feature Views GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • feast-dev/feastAvatar von feast-dev

    feast-dev/feast

    6,727Auf GitHub ansehen↗

    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

    Groups related time-series features from a data source into a logical collection for training and serving.

    Pythonbig-datadata-engineeringdata-quality
    Auf GitHub ansehen↗6,727
  • cyb3rward0g/threathunter-playbookAvatar von Cyb3rWard0g

    Cyb3rWard0g/ThreatHunter-Playbook

    4,594Auf GitHub ansehen↗

    ThreatHunter-Playbook ist ein strukturiertes Framework zur Verwaltung von Threat-Hunting-Playbooks, Detection-Engineering-Workflows und der Modellierung von Angreifer-Methoden. Es bietet ein System zur Organisation von Verhaltensmustern und Erkennungsregeln in taktischen Gruppen, um Hypothesen für die Sicherheitsüberwachung zu entwickeln. Das Projekt bietet eine interaktive Sicherheits-Notebook-Umgebung, die Analysen und Validierungsabfragen kombiniert, um Bedrohungshypothesen gegen Telemetrie-Datensätze zu testen. Es enthält ein Mapping-Tool zur Organisation dieser Muster basierend auf dem MITRE ATT&CK-Sicherheitsframework. Das Framework deckt den gesamten Threat-Hunt-Lebenszyklus ab, einschließlich formalisierter Planungs- und Berichtszyklen. Es ermöglicht die Entwicklung von Detection Engineering, indem erwartete System-Logs und Ereignisdaten mit der tatsächlichen Telemetrie der Umgebung abgeglichen werden, um Sicherheitshypothesen zu validieren.

    Formalizes security operations through a repetitive sequence of planning, executing, and reporting phases.

    Python
    Auf GitHub ansehen↗4,594
  1. Home
  2. Data & Databases
  3. Feature Views

Unter-Tags erkunden

  • CompositeJoins features from multiple sources or views into a single composite feature view using entity ID joins. **Distinct from Feature Views:** Distinct from Feature Views: focuses on combining multiple feature views into one, not defining a single view.
  • Execution Plans1 Sub-TagResolving feature view definitions into execution plans that run transformations, aggregations, joins, and filters. **Distinct from Feature Views:** Distinct from Feature Views: focuses on the execution planning and resolution of feature operations, not just grouping features into views.
  • Multi-Feature View Batch ReadsIssuing a single pipeline for all feature views in a request to reduce round trips and latency. **Distinct from Feature Views:** Distinct from Feature Views: focuses on batching reads across multiple feature views, not just grouping features into a view.