Ludwig
Preliminaries
- Make sure your python environment has mindsdb and ludwig installed.
MindsDB example commands
We will follow the “home rentals” tutorial available on the cloud learning hub:
- Select a subsample of the data to inspect it:
- Create an AI Table with Ludwig as the ML backend:
- Check the status of the predictor. It may take a while to finish training:
- Make a prediction. Note that for the time being Ludwig requires all input columns to be specified, an error will trigger if data for any of them is missing: