Galileo
Search…
⌃K
🏁
Installing Galileo
🌟
Logging Data to Galileo
📊
Improve ML Training with Galileo
📈
Model Monitoring and Data Drift on Unlabeled Data
🧠
Supported ML Use Cases
🧪 No-code Quickstart
📒
Example Notebooks
🧱
Galileo Product Features
🔮
Galileo Tutorials
📖
Python SDK
dq.login
dq.init
Logging Data
dq.set_labels_for_run
dq.set_tasks_for_run
dq.log_model_outputs
dq.finish
dq.metrics
Environment Variables
dq.configure
Disabling Galileo
Experimental integrations
📚
Results on Public Datasets
🙋
FAQs
🏅
Galileo Enterprise
Enterprise-Only
Powered By
GitBook
📖
Python SDK
See
🏁
Setup
for instructions on installing and configuring the
dataquality
python client.
The most commonly used functions are:
dq.login --- Logs you into Galileo.
dq.init
— Initializes a new run for a particular task type.
dq.log_dataset
— Log your dataset.
dq.set_labels_for_run
— Sets the order of the model's output labels.
dq.log_model_outputs
— Log embeddings, logits etc from your model.
dq.finish
— Uploads the logged run to the Galileo console.
For end-to-end notebooks and general usage see
🚀
Getting Started
.
Previous
Natural Language Inference
Next
dq.login
Last modified
3d ago