You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a gallery of sample notebooks illustrating the process of **creating projects and uploading models & datasets** to the Unbox platform.
11
+
This repository contains a gallery of sample notebooks illustrating the process of **creating projects and uploading models & datasets** to the Unbox platform.
11
12
12
13
## Why this repository exists?
13
14
14
15
This repository fulfils two main goals:
15
16
16
-
1. It demonstrates our Python API in action; and
17
-
2. It provides toy examples that may be somewhat similar to the problems you are solving at your organization.
17
+
1. It demonstrates our Python API in action
18
+
2. It provides simple examples that may be similar to the problems you are solving at your organization.
18
19
19
-
We take privacy seriously and understand that sometimes, your actual models and datasets are sensible and cannot be uploaded to our community edition platform. No worries, we got you covered. Unbox also offers an on-premise solution that you can host in your own virtual private cloud (VPC).
20
+
We take privacy & security very seriously and understand that your models and datasets might contain sensitive or proprietary information. [Reach out to us](mailto:founders@unbox.ai) if you are interested in our on-premise solution.
20
21
21
-
In that case, pick a task type, model framework or problem that shares similarities with your actual models / datasets and start exploring Unbox's right away! If you like it, [contact us](mailto:founders@unbox.ai) and we can discuss the best solution for your organization's needs.
22
+
In the meantime, pick a task, model framework or problem that shares similarities with something you are working on and start exploring Unbox right away!
22
23
23
24
## What is Unbox?
24
25
@@ -28,9 +29,9 @@ Unbox is a debugging workspace for ML & Data Science. Unbox combines and builds
28
29
29
30
## Installation
30
31
31
-
To run the notebooks on this repository, you'll need to have the `unboxapi`module installed.
32
+
To run the notebooks in this repository, you'll need to have the `unboxapi`library installed.
This repository complements the rest of the documentation. Navigate [here](https://docs.unbox.ai) for a quickstart guide and for in-depth tutorials. The full Python API reference can be found [here](https://reference.unbox.ai).
48
+
This repository complements the rest of the documentation. Navigate [here](https://docs.unbox.ai) for a quickstart guide and for in-depth tutorials. The full Python library reference can be found [here](https://reference.unbox.ai).
0 commit comments