Galileo
Search…
⌃K
🔭
What is Galileo ?
Getting Started
💾
Installing Galileo
🌟
Logging Data to Galileo
📊
Training with Galileo
📈
Model Monitoring and Data Drift
Supported ML Tasks
📄
NLP - Natural Language Processing
📷
CV - Computer Vision
🗓
Structured Data
How-To and FAQ
📖
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
Reference
🔮
Galileo Tutorials
🙋
FAQs
👨🔬
Advanced Usage: Faster processing
Features and Algorithms
👩🔬
👩🔬 ML Research Algorithms
🧱
Galileo Product Features
📚
Results on Public Datasets
🏅
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
.
Supported ML Tasks - Previous
Structured Data
Next
dq.login
Last modified
10d ago