Full API
Escape hatches
Get the raw sklearn objects and do whatever you want with them.
.to_sklearn()
Returns the full fitted sklearn.pipeline.Pipeline.
.get_splits()
Returns the train/test splits as DataFrames.
Full API
Get the raw sklearn objects and do whatever you want with them.
Returns the full fitted sklearn.pipeline.Pipeline.
Returns the train/test splits as DataFrames.