cols_type
Description
Specifies the data types for each input column involved in preprocessing. It is essential to define these types accurately to ensure proper data handling and operations. Supported data types include np.int32, np.int64, np.float32, str, and bool. Setting these types helps in optimizing data processing and ensuring compatibility with analytical functions.
Steps impacted
preprocessing
prediction
Example
Last updated