Back to library
Databricks
Lakehouse / Data Copilot
2.2k/ wk
About Databricks
Databricks is the Data + AI Company, providing a unified lakehouse platform for data engineering, analytics, and machine learning at scale. Thousands of organizations use Databricks to build, train, and deploy AI and ML workloads on their own data.
Eval preview
A sample of what this eval checks.
| # | Input | Output | Confidence |
|---|---|---|---|
| 1 | query How many orders are completed? | sql: SELECT COUNT(*) FROM orders WHERE status = 'completed'; | 0.85 |
| 2 | query Total revenue from completed orders? | sql: SELECT SUM(amount) FROM orders WHERE status = 'completed'; | 0.86 |
| 3 | query Number of customers in each country? | sql: SELECT country, COUNT(*) FROM customers GROUP BY country; | 0.87 |
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.