fit
hands Hollerith your labeled table in context, and predict scores new rows against it.
fit
fit accepts a labeled DataFrame and the name of the target column.
predict
predict scores new, unlabeled rows. Output is row-aligned with your input.
predict blocks while the job runs. The first call after the service has been idle may
take longer while the worker warms up. The SDK waits through it automatically (pass
on_warming=... to surface a “warming up” message).
evaluate
Passevaluate=True to fit to get a held-out metric on your own labeled data. Hollerith
splits your set (hold-out or k-fold, chosen by size) and returns one metric.
Good to know
- Ephemeral data. Training rows and rows to score are purged once the job finishes; only hashes and counts are retained for metering.
- Usage & billing. The console Usage tab shows recent jobs, calls/rows/cells metered this period, and included usage vs. overage spend.
- Traceable errors. Every API error carries a
requestId. Quote it to support.