-
Notifications
You must be signed in to change notification settings - Fork 2
Cid/update notebooks #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
5bda679
cbdc3c9
19a6ecb
0b75fe7
872d30f
a4bff2d
5936841
2777a13
d934151
0447761
5bc96fb
5254d3f
910ddd7
af2bb14
35e4fed
eae3bac
d4263bd
c567b4d
db36840
c7e07cd
a2f6dcb
3ab93f3
8a1f36f
4e3599f
455b1d9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| <div align="left"> | ||
| <img src="logo-blue-text.svg"><br> | ||
| </div> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we can define the copy for the readme later... |
||
|
|
||
| # Examples Gallery | Unbox AI | ||
| [](https://twitter.com/intent/tweet?text=Unbox:%20The%20debugging%20workspace%20for%20ML%20&url=https://github.com/unboxai&via=unbox_ai&hashtags=mlops) | ||
| [](https://pypi.org/project/unboxapi/) | ||
| [](https://pepy.tech/project/unboxapi) | ||
|
|
||
| This repository contains a gallery of sample notebooks illustrating the process of **creating projects and uploading models & datasets** to the Unbox platform. | ||
|
|
||
| ## Why this repository exists? | ||
|
|
||
| This repository fulfils two main goals: | ||
|
|
||
| 1. It demonstrates our Python API in action; and | ||
| 2. It provides toy examples that may be somewhat similar to the problems you are solving at your organization. | ||
|
|
||
| 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). | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sensible => sensitive |
||
|
|
||
| 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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this logical jump is strange
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also "start exploring Unbox's right away"
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, I'm not really satisfied with this copy. I just wanted to write it down so we don't forget. I really liked this way of thinking about the notebooks. They not only depict the API in action, but also makes available examples that might be similar to real use cases without requiring the user to upload sensitive data / models. The availability of an on-prem deployment is something that comes up a lot. It appeared even in the comments of the Reddit post. I thought we could clarify it in as many places as possible that this is an option. |
||
|
|
||
| ## What is Unbox? | ||
|
|
||
| Unbox is a debugging workspace for ML & Data Science. Unbox combines and builds upon SOTA techniques in explainability, model and dataset versioning, synthetic data generation, data-centric testing and much more to form a powerful, **unified platform for model development**. | ||
|
|
||
| 👉 [Join our Slack community!](https://l.linklyhq.com/l/1DG73) We'd love to meet you and help you get started with Unbox! | ||
|
|
||
| ## Installation | ||
|
|
||
| To run the notebooks on this repository, you'll need to have the `unboxapi` module installed. | ||
|
|
||
| You can do so with with PyPI (pip) | ||
|
|
||
| ```console | ||
| pip install --upgrade unboxapi | ||
| ``` | ||
|
|
||
| or install with Anaconda (conda) | ||
|
|
||
| ```console | ||
| conda install unboxapi --channel conda-forge | ||
| ``` | ||
|
|
||
| ## Documentation | ||
|
|
||
| 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). | ||
|
|
||
| ## Contributing | ||
|
|
||
| All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome! Just send us a message on [Slack](https://l.linklyhq.com/l/1DG73). | ||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| unboxapi | ||
| numpy==1.20.1 | ||
| pandas==1.1.4 | ||
| scikit-learn==0.24.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding this back, not sure why you removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had removed because initially, I was playing a bit with the directory structure inside
/examples. Forgot to add it back