Within two weeks, we had:
This is what you want the model to predict (the target). Since price is a continuous number, this is a regression task. ludwig overflix
# overflox_model.yaml
output_features: - name: price_target type: number loss: type: mean_squared_error # Standard loss for regression Within two weeks, we had: This is what
import pandas as pd from ludwig.api import LudwigModel Within two weeks
We need to tell Ludwig which columns are inputs (features).