Skip to content

Commit a1911b4

Browse files
committed
Escape underscore in type names
1 parent 0bd0942 commit a1911b4

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
@@ -754,8 +754,8 @@ def load_feature_definitions(
754754
"""Load feature definitions from a Pandas DataFrame.
755755
756756
Column name is used as feature name. Feature type is inferred from the dtype
757-
of the column. Dtype int_, int8, int16, int32, int64, uint8, uint16, uint32
758-
and uint64 are mapped to Integral feature type. Dtype float_, float16, float32
757+
of the column. Dtype int\_, int8, int16, int32, int64, uint8, uint16, uint32
758+
and uint64 are mapped to Integral feature type. Dtype float\_, float16, float32
759759
and float64 are mapped to Fractional feature type. string dtype is mapped to
760760
String feature type.
761761

0 commit comments

Comments
 (0)