Skip to content

Commit

Permalink
Typo in feature sets example. (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinath authored Jul 22, 2020
1 parent 4330251 commit bcb9af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/feature-sets.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cust_trans_fs = FeatureSet.from_yaml("customer_transactions_feature_set.yaml")
client.apply(cust_trans_fs)
# Load feature data into Feast for this specific feature set
client.ingest(cust_trans_fs, customer_data)
client.ingest(cust_trans_fs, customer_df)
```

{% hint style="info" %}
Expand Down

0 comments on commit bcb9af4

Please sign in to comment.