Skip to content

Commit

Permalink
GitBook: [v0.10-branch] one page and 2 assets modified
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored and gitbook-bot committed Jun 11, 2021
1 parent 2cd4b01 commit f08c16a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
File renamed without changes
9 changes: 6 additions & 3 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,15 @@ We can register our features by running `feast apply` from the CLI:
{% code title="CLI" %}
```bash
feast apply

# Processing <cwd>/feature_repo/example.py as example
# Done!
```
{% endcode %}

```text
Registered entity driver_id
Registered feature view driver_hourly_stats
Deploying infrastructure for driver_hourly_stats
```

This command has registered our features to Feast. They're now ready for offline retrieval and materialization.

## 3. Generating training data
Expand Down

0 comments on commit f08c16a

Please sign in to comment.