Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
License:
Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ Start exploring with a simple:
|
|
65 |
```python
|
66 |
from renumics import spotlight
|
67 |
|
68 |
-
|
69 |
spotlight.show(df_show, port=8000, dtype={"image": spotlight.Image})
|
70 |
```
|
71 |
You can use the UI to interactively configure the view on the data. Depending on the concrete tasks (e.g. model comparison, debugging, outlier detection) you might want to leverage different enrichments and metadata.
|
|
|
65 |
```python
|
66 |
from renumics import spotlight
|
67 |
|
68 |
+
df_show = dataset.to_pandas()
|
69 |
spotlight.show(df_show, port=8000, dtype={"image": spotlight.Image})
|
70 |
```
|
71 |
You can use the UI to interactively configure the view on the data. Depending on the concrete tasks (e.g. model comparison, debugging, outlier detection) you might want to leverage different enrichments and metadata.
|