Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Invalid argument for the function <funcName>.
EMPTY_FEATURE_LIST
The feature_cols argument must contain at least one column name.
RESERVED_OUTPUT_COLUMN
The output column <columnName> would collide with an existing column in the input. Rename or drop the conflicting input column.
TARGET_IS_FEATURE
The target column <targetColumn> must not also appear in feature_cols.
UNSUPPORTED_CLASSIFICATION_TARGET_TYPE
The target column <targetColumn> has type <targetType>, which is not supported. Classification targets must be numeric, boolean, or string.
UNSUPPORTED_FEATURE_TYPE
The feature column <featureColumn> has type <featureType>, which is not supported. Feature columns must be numeric, boolean, or string.
UNSUPPORTED_REGRESSION_TARGET_TYPE
The target column <targetColumn> has type <targetType>, which is not supported. Regression targets must be numeric.