-
Is there a guide on Installing Datalab in existing Google Kubernetes cluster?
-
I built my own datalab image using a Dockerfile of the form below and uploaded it to my project's gcr: `asia.gcr.io//my-datalab:latest`. Note that I did not modify the source's `CMD` or `ENTRYPOINT` i…
-
We use **Jupyter** notebooks to access **BigTable** data like so:
```
from google.cloud import bigtable
from google.cloud import happybase
client = bigtable.Client(project=project_id, admin=True…
-
Can go in this file:
https://github.com/cleanlab/cleanlab/blob/master/tests/datalab/test_datalab.py
Also add a second unit test that `datalab.issue_summary` solely contains numeric values.
-
-
[New Datalab issue type](https://docs.cleanlab.ai/master/cleanlab/datalab/guide/custom_issue_manager.html) called something like `identifier_column` that checks whether `features` contains a column th…
-
Now that ExplainaBoard easily supports datasets input by DataLab, we need
* [ ] A list of all of the supported datasets so users know which ones they can select
* [ ] Instructions on how to add a …
-
In [`82c81a7`](https://github.com/Cliffe-Group/datalab-status/commit/82c81a784b553cba8dfa9aef53fe9ce72a86abd5
), Cliffe Group Datalab (https://datalab.cliffegroup.co.uk) was **down**:
- HTTP code: 0
-…
-
I have built a custom datalab container with a gcsfuse setup for mounting a GCS bucket. I would like to be able to start a datalab instance using the CLI (i.e. datalab create), but cannot figure out h…
-
I'm trying to use our google-cloud [iterator](https://googlecloudplatform.github.io/google-cloud-python/latest/iterators.html) for rendering some cloud logging information
However, it looks like th…