We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba8b2c commit fa71cafCopy full SHA for fa71caf
examples/integrations/databricks/readme.md
@@ -0,0 +1,17 @@
1
+# Databricks + Labelbox
2
+
3
+##### Use the Labelbox Connector to easily work with unstructured data in Databricks
4
5
+--------
6
7
8
+#### labelbox_databricks_example.ipynb
9
+* Take a DataFrame of unstructured data
10
+* Create the dataset in Labelbox with the Connector
11
+* Annotate in Labelbox
12
+* Load annotations into Databricks for easy querying and model training
13
14
+#### api_key_db_template.ipynb
15
+* This is a helper notebook for users without access to the Databricks Secrets API
16
+* Allows you to store your Labelbox API key outside of your main notebook, for better security
17
+* We do recommend you use the Secrets API whenever possible
0 commit comments