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: docs/user_guides/fs/feature_view/batch-data.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ It is important to note that in addition to the filters defined in feature view,
57
57
58
58
## Retrieving untransformed batch data
59
59
60
-
The `get_batch_data` function by default returns the batch data with model-dependent transformations applied. However it can also returnuntransformed batch data without applying model-dependent transformations but contains on-demand featuresby 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 data—while still including on-demand features—by setting the `transform` parameter to `False`.
0 commit comments