Ludwig Overflix ((new)) -
We wanted to predict, given a user’s watch history and a new title’s metadata, the likelihood they’d watch at least 70% of it.
trainer: epochs: 50 batch_size: 64
output_features: - name: price_target type: number loss: type: mean_squared_error # Standard loss for regression ludwig overflix
backend: type: local