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