Coder Social home page Coder Social logo

feast-feature-store's Introduction

Feast

Feast is an operational data system for managing and serving ml features to models in production. Feast is able to serve feature data to model from a low latency online store or from an offline store.

Feast-Feature-store

  1. Prepare the Data set into a parquet file format
  2. Create a feature repo (feast init)
  3. Define feature definitions and update feature_store.yaml file if needed
  4. Register and deploy the features (created using feast init)
  5. Feast apply (under feature_repo)
  6. Generate training data set from feature_store repo
  7. Model training
  8. Prepare an online feature store
  9. Feature serving to model in production

Feature definition

Set of features/columns out of the dataset which we want to store inside the feast store repo so that they can be further served as training dataset or online prediction.

Feast Init

It will create a feature repo directory. And it will have data, a feature_store.yaml file, and a Feature definition.py file. Data- Inside data, we can keep our data.

Feature definition.py - Set of features/columns out of the dataset which we want to store inside the feast store repo

Feature_store.yaml - It contains some metadata of the feature mentioned in feature_defition and info regarding the project. It contains a demo setup configuring where data sources are and configurations to set up the feature store. It setup the metadata and infrastructure of incoming data sources. Here registry means to store the metadata of the data source Command - !feast init feature_repo

Feast Apply

It will create a feature view, entity, and registry. db Command -!feast apply

Generate training data

Here we will load only the required columns out of which we mentioned in the definition file and will save them into the feature store data directory.

Model Training

Load the saved data and train, save the model

Online feature store

Load the features to the online feature store according to the use case(date and time).

Get online features for prediction

Load the data from the online feature store with the specific primary key to do a prediction

feast-feature-store's People

Contributors

siddharthtyagi119 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.