Skip to content

Commit 0d56327

Browse files
committed
adding documentation for the parameters transform and on-demand features
1 parent ae47f63 commit 0d56327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guides/fs/feature_view/batch-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ It is important to note that in addition to the filters defined in feature view,
5757

5858
## Retrieving untransformed batch data
5959

60-
The `get_batch_data` function by default returns the batch data with model-dependent transformations applied. However it can also return untransformed batch data without applying model-dependent transformations but contains on-demand features by setting the parameter `transform` to `False`.
60+
By default, the `get_batch_data` function returns batch data with model-dependent transformations applied. However, you can retrieve untransformed batch datawhile still including on-demand featuresby setting the `transform` parameter to `False`.
6161

6262
=== "Python"
6363
!!! example "Returning untransformed batch data"

0 commit comments

Comments
 (0)