You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,10 @@
12
12
13
13
## Overview
14
14
15
-
Feast (Feature Store) is a tool for managing and serving machine learning features. Feast is the bridge between models and data.
15
+
Feast (Feature Store) is an operational data system for managing and serving machine learning features to models in production. Please see our [documentation](https://docs.feast.dev/) for the motivation behind the project.
16
16
17
-
Feast aims to:
18
-
* Provide a unified means of managing feature data from a single person to large enterprises.
19
-
* Provide scalable and performant access to feature data when training and serving models.
20
-
* Provide consistent and point-in-time correct access to feature data.
21
-
* Enable discovery, documentation, and insights into your features.
Feast decouples feature engineering from feature usage, allowing independent development of features and consumption of features. Features that are added to Feast become available immediately for training and serving. Models can retrieve the same features used in training from a low latency online store in production.
26
-
This means that new ML projects start with a process of feature selection from a catalog instead of having to do feature engineering from scratch.
Clone the latest stable version of the [Feast repository](https://github.com/gojek/feast/) and navigate to the `infra/docker-compose` sub-directory:
35
+
Clone the latest stable version of the [Feast repository](https://github.com/feast-dev/feast/) and navigate to the `infra/docker-compose` sub-directory:
The `.env`should be configured based on your environment. A GCP service account can be added if BigQuery will be used for historical serving (storing and retrieving training data).
43
+
The `.env`file can optionally be configured based on your environment.
52
44
53
45
Bring up Feast:
54
46
```
@@ -61,7 +53,6 @@ The command above will bring up a complete Feast deployment with a [Jupyter Note
61
53
62
54
Please refer to the official documentation at <https://docs.feast.dev>
0 commit comments