sklearn Pipe Step Interface for vtreat
Win-Vector Blog 2020-01-14
Summary:
We’ve been experimenting with this for a while, and the next R vtreat package will have a back-port of the Python vtreat package sklearn pipe step interface (in addition to the standard R interface). This means the user can express easily express modeling intent by choosing between coder$fit_transform(train_data), coder$fit(train_data_cal)$transform(train_data_model), and coder$fit(application_data). We have also regenerated … Continue reading sklearn Pipe Step Interface for vtreat