Skip to content

Commit dcf8eb5

Browse files
author
davitbzh
committed
days until card expires example
1 parent a0b9c09 commit dcf8eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user_guides/fs/feature_view/helper-columns.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Hopsworks Feature Store provides a functionality to define two types of helper c
1212
## Inference Helper columns
1313
`inference_helper_columns` are a list of feature names that are not used for training the model itself but are used for extra information during online or batch inference.
1414
For example computing [on-demand feature](../../../concepts/fs/feature_group/on_demand_feature.md) like days left until credit card is valid at the time of transaction `days_until_valid` in credit card fraud detection system.
15-
Feature `days_until_valid` will be computed using credit cart valid through date `cc_valid_through` that needs to fetched from the feature store and compared to the new transaction date that arrives at
16-
inference application. In this use case `cc_valid_through` are `inference_helper_column`. It is not used for training but is necessary for computing [on-demand feature](../../../concepts/fs/feature_group/on_demand_feature.md) `days_until_valid`.
15+
Feature `days_until_valid` will be computed using credit cart valid through date `cc_valid_through` that needs to be fetched from the feature store and compared to the new transaction date that arrives at
16+
inference application. In this use case `cc_valid_through` is `inference_helper_column`. It is not used for training but is necessary for computing [on-demand feature](../../../concepts/fs/feature_group/on_demand_feature.md) `days_until_valid` feature.
1717

1818
=== "Python"
1919

0 commit comments

Comments
 (0)