You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actions_pipeline = make_pipeline_from_data_check_output(problem_type, messages)
data_df, y = actions_pipeline.fit(data_df, target)
#################################################
Error Message:
File /anaconda/envs/azureml_py310_sdkv2/lib/python3.10/site-packages/woodwork/logical_types.py:475, in IntegerNullable.transform(self, series, null_invalid_values)
473 if null_invalid_values:
474 series = _coerce_integer(series)
--> 475 return super().transform(series)
File /anaconda/envs/azureml_py310_sdkv2/lib/python3.10/site-packages/woodwork/logical_types.py:76, in LogicalType.transform(self, series, null_invalid_values)
74 series = series.astype(new_dtype)
75 except (TypeError, ValueError):
---> 76 raise TypeConversionError(series, new_dtype, type(self))
77 return series
TypeConversionError: Error converting datatype for LoanAmount from type float64 to type Int64. Please confirm the underlying data is consistent with logical type IntegerNullable.
The text was updated successfully, but these errors were encountered:
actions_pipeline = make_pipeline_from_data_check_output(problem_type, messages)
data_df, y = actions_pipeline.fit(data_df, target)
#################################################
Error Message:
File /anaconda/envs/azureml_py310_sdkv2/lib/python3.10/site-packages/woodwork/logical_types.py:475, in IntegerNullable.transform(self, series, null_invalid_values)
473 if null_invalid_values:
474 series = _coerce_integer(series)
--> 475 return super().transform(series)
File /anaconda/envs/azureml_py310_sdkv2/lib/python3.10/site-packages/woodwork/logical_types.py:76, in LogicalType.transform(self, series, null_invalid_values)
74 series = series.astype(new_dtype)
75 except (TypeError, ValueError):
---> 76 raise TypeConversionError(series, new_dtype, type(self))
77 return series
TypeConversionError: Error converting datatype for LoanAmount from type float64 to type Int64. Please confirm the underlying data is consistent with logical type IntegerNullable.
The text was updated successfully, but these errors were encountered: