Syoy commited on
Commit
4db27cb
1 Parent(s): ba7cb3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ Start exploring with a simple:
65
  ```python
66
  from renumics import spotlight
67
 
68
- df = 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.
 
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.