Skip to content

Commit

Permalink
correcting links
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-sj committed Jul 18, 2024
1 parent 3601d8d commit f34ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guides/fs/feature_view/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ If you want to understand more about the concept of feature view, you can refer
.build();
```

You can refer to [query](./query.md) and [transformation function](./transformation-function.md) for creating `query` and `transformation_function`. To see a full example of how to create a feature view, you can read [this notebook](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/fraud_batch/2_feature_view_creation.ipynb).
You can refer to [query](./query.md) and [transformation function](./model-dependent-transformations.md) for creating `query` and `transformation_function`. To see a full example of how to create a feature view, you can read [this notebook](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/fraud_batch/2_feature_view_creation.ipynb).

## Retrieval
Once you have created a feature view, you can retrieve it by its name and version.
Expand Down

0 comments on commit f34ca18

Please sign in to comment.