Expand description
Optional JSON serialization for fitted transformers (gated on the
serde feature).
Leaf transformers derive Serialize/Deserialize; use save_json and
load_json to persist fitted state. Pipeline and
ColumnTransformer are also serializable via the TransformerKind
enum wrapper.