@@ -299,16 +299,16 @@ def with_feature_group(
299
299
will be used as a join key (default: None).
300
300
included_feature_names (List[str]): A list of strings representing features to be
301
301
included in the output (default: None).
302
- feature_name_in_target (str): A string representing the feature in the target feature group
303
- that will be compared to the target feature in the base feature group. If None is
304
- provided, the record identifier will be used in the join statement. (default: None).
305
- join_comparator (JoinComparatorEnum): A JoinComparatorEnum representing the comparator used
306
- when joining the target feature in the base feature group and the feature in the target
307
- feature group (default: None).
308
- join_type (JoinTypeEnum): A JoinTypeEnum representing the type of join between the base and
309
- target feature groups. (default: None).
310
- Returns:
311
- This DatasetBuilder object.
302
+ feature_name_in_target (str): A string representing the feature in the target feature group
303
+ that will be compared to the target feature in the base feature group. If None is
304
+ provided, the record identifier will be used in the join statement. (default: None).
305
+ join_comparator (JoinComparatorEnum): A JoinComparatorEnum representing the comparator used
306
+ when joining the target feature in the base feature group and the feature in the target
307
+ feature group (default: None).
308
+ join_type (JoinTypeEnum): A JoinTypeEnum representing the type of join between the base and
309
+ target feature groups. (default: None).
310
+ Returns:
311
+ This DatasetBuilder object.
312
312
"""
313
313
self ._feature_groups_to_be_merged .append (
314
314
construct_feature_group_to_be_merged (
0 commit comments