feat: add colab notebook link
Browse files
README.md
CHANGED
@@ -678,4 +678,10 @@ Value Columns
|
|
678 |
from datasets import load_dataset
|
679 |
|
680 |
dataset = load_dataset("misikoff/zillow", 'home_values', trust_remote_code=True)
|
681 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
678 |
from datasets import load_dataset
|
679 |
|
680 |
dataset = load_dataset("misikoff/zillow", 'home_values', trust_remote_code=True)
|
681 |
+
```
|
682 |
+
|
683 |
+
## Example Notebook
|
684 |
+
|
685 |
+
Linked below is an example notebook that demonstrates usage and analysis of one of the configs of this dataset.
|
686 |
+
|
687 |
+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1lEPLbWsOKmNBzkPWT30RCBVxhG1LWkGg?usp=sharing)
|