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.log_data_sample
dq.log_data_samples
dq.log_dataset
Log inputs and outputs without a model
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

Logging Data

There are 3 different ways of getting your data logged with dataquality
  • ​dq.log_data_sample — Log a single data sample.
  • ​dq.log_data_samples — Log multiple data samples.
  • ​dq.log_dataset — Log a dataset/iterable .
Previous
dq.init
Next
dq.log_data_sample
Last modified 1mo ago
Copy link