The Wizard is your personal assistant for advanced steps composition when you need to do some transformation or processing on your data.

The Wizard really just helps you compose steps within the recipe, but does so in a more intuitive and opinionated way, when you are not entirely sure of what to write.

The wizard menu, showcasing the main worflows that you can perform

The menu guides you through all the steps necessary to accomplish what you have in mind.

Here you can see how easy it is to make a model that predicts price based on some coordinates and other potentially important factors:

Dragging and dropping important variables into the slots

And this is all the code it generated for us. Among other things, it mainly extracts some time components from date-based columns, creates tags, uses the train_classification and test_classification steps to train a model with the default configuration and creates a bunch of columns that hold this prediction data.

Some of the intermediate columns are hidden, since they are important for the model but not revelant for human interpretation. Nevertheless, these can be brought back if needed.