preprocessing
Description
Steps impacted
Example
# Define columns' type. Can be forced.
cols_type:
item_id: np.float32
pos_id: str
qty: np.float32
receipt_date: str
date_col: receipt_date
# Model per pos_id (optional)
preprocessing:
model_resolution:
- pos_idLast updated