@@ -96,14 +96,15 @@ class FeatureGroupToBeMerged:
96
96
be used as target join key (default: None).
97
97
table_type (TableType): A TableType representing the type of table if it is Feature Group or
98
98
Panda Data Frame (default: None).
99
- feature_name_in_target (str): A string representing the feature in the target feature group
100
- that will be compared to the target feature in the base feature group. If None is
101
- provided, the record identifier will be used in the join statement. (default: None).
102
- join_comparator (JoinComparatorEnum): A JoinComparatorEnum representing the comparator used
103
- when joining the target feature in the base feature group and the feature in the target
104
- feature group (default: None).
105
- join_type (JoinTypeEnum): A JoinTypeEnum representing the type of join between the base and
106
- target feature groups. (default: None).
99
+ feature_name_in_target (str): A string representing the feature in the target feature
100
+ group that will be compared to the target feature in the base feature group.
101
+ If None is provided, the record identifier will be used in the
102
+ join statement. (default: None).
103
+ join_comparator (JoinComparatorEnum): A JoinComparatorEnum representing the comparator
104
+ used when joining the target feature in the base feature group and the feature
105
+ in the target feature group (default: None).
106
+ join_type (JoinTypeEnum): A JoinTypeEnum representing the type of join between
107
+ the base and target feature groups. (default: None).
107
108
"""
108
109
109
110
features : List [str ] = attr .ib ()
@@ -137,14 +138,15 @@ def construct_feature_group_to_be_merged(
137
138
included in the output.
138
139
target_feature_name_in_base (str): A string representing the feature name in base which
139
140
will be used as target join key (default: None).
140
- feature_name_in_target (str): A string representing the feature in the target feature group
141
- that will be compared to the target feature in the base feature group. If None is
142
- provided, the record identifier will be used in the join statement. (default: None).
143
- join_comparator (JoinComparatorEnum): A JoinComparatorEnum representing the comparator used
144
- when joining the target feature in the base feature group and the feature in the target
145
- feature group (default: None).
146
- join_type (JoinTypeEnum): A JoinTypeEnum representing the type of join between the base and
147
- target feature groups. (default: None).
141
+ feature_name_in_target (str): A string representing the feature in the target feature
142
+ group that will be compared to the target feature in the base feature group.
143
+ If None is provided, the record identifier will be used in the
144
+ join statement. (default: None).
145
+ join_comparator (JoinComparatorEnum): A JoinComparatorEnum representing the comparator
146
+ used when joining the target feature in the base feature group and the feature
147
+ in the target feature group (default: None).
148
+ join_type (JoinTypeEnum): A JoinTypeEnum representing the type of join between
149
+ the base and target feature groups. (default: None).
148
150
Returns:
149
151
A FeatureGroupToBeMerged object.
150
152
@@ -308,14 +310,15 @@ def with_feature_group(
308
310
will be used as a join key (default: None).
309
311
included_feature_names (List[str]): A list of strings representing features to be
310
312
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).
313
+ feature_name_in_target (str): A string representing the feature in the target feature
314
+ group that will be compared to the target feature in the base feature group.
315
+ If None is provided, the record identifier will be used in the
316
+ join statement. (default: None).
317
+ join_comparator (JoinComparatorEnum): A JoinComparatorEnum representing the comparator
318
+ used when joining the target feature in the base feature group and the feature
319
+ in the target feature group (default: None).
320
+ join_type (JoinTypeEnum): A JoinTypeEnum representing the type of join between
321
+ the base and target feature groups. (default: None).
319
322
Returns:
320
323
This DatasetBuilder object.
321
324
"""
0 commit comments