Galileo
Search
⌃
K
🔭
What is Galileo ?
🆕
LLM Studio
LLM Studio
Prompt
Monitor
Fine-Tune
📄
NLP Studio
NLP Studio
Text Classification
Multi Label Text Classification
Named Entity Recognition
Natural Language Inference
📷
CV Studio
CV Studio
Image Classification
Object Detection
Semantic Segmentation
Python Clients
🦸
PromptQuality
📖
Dataquality
Installation
dq.auto
dq.login
dq.init
Logging Data
dq.set_labels_for_run
dq.set_tasks_for_run
dq.log_model_outputs
dq.finish
dq.metrics
watch
dq.configure
Environment Variables
Disabling Galileo
Experimental integrations
Reference
🏃
Dataquality Integrations
How-To and FAQ
🧱
Product Features
🙋
FAQs
👩🔬
ML Research Algorithms
🏅
Enterprise Deployment
Powered By
GitBook
📖
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
.
Previous
Utils
Next
Installation
Last modified
1mo ago