Skip to content

Commit f8fb17c

Browse files
committed
Escape underscore in type names
1 parent 83c3a59 commit f8fb17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/feature_store/feature_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,8 @@ def load_feature_definitions(
759759
"""Load feature definitions from a Pandas DataFrame.
760760
761761
Column name is used as feature name. Feature type is inferred from the dtype
762-
of the column. Dtype int_, int8, int16, int32, int64, uint8, uint16, uint32
763-
and uint64 are mapped to Integral feature type. Dtype float_, float16, float32
762+
of the column. Dtype :literal:`int_`, int8, int16, int32, int64, uint8, uint16, uint32
763+
and uint64 are mapped to Integral feature type. Dtype :literal:`float_`, float16, float32
764764
and float64 are mapped to Fractional feature type. string dtype is mapped to
765765
String feature type.
766766

0 commit comments

Comments
 (0)