Galileo
Search
K
📖

Dataquality

See
🏁
Setup for instructions on installing and configuring the dataquality python client.
The most commonly used functions are:
  • dq.auto — Use autoML directly in Galileo.
  • dq.login — Logs you into Galileo.
  • dq.init — Initializes a new run for a particular task type.
  • Log Data — Log your dataset.
  • dq.set_labels_for_run — Sets the order of the model's output labels.
  • dq.finish — Uploads the logged run to the Galileo console.
  • watch — Automatically watch your model and collect data during training
For end-to-end notebooks and general usage see
🚀
Getting Started.
Last modified 1mo ago