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
cols_type:
command_id: str
created_at: str
sku_id: str
sku_price_perma: np.float32
sku_category: np.int32
pos_id: str
pos_country: str
quantity_sold: np.float32
Last updated