Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,15 @@ The [Speed dating dataset](https://www.openml.org/search?type=data&sort=nr_of_li
|
|
20 |
# Configurations and tasks
|
21 |
| **Configuration** | **Task** | Description |
|
22 |
|-------------------|---------------------------|---------------------------------------------------------------|
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
# Features
|
26 |
|**Features** |**Type** |
|
|
|
20 |
# Configurations and tasks
|
21 |
| **Configuration** | **Task** | Description |
|
22 |
|-------------------|---------------------------|---------------------------------------------------------------|
|
23 |
+
| dating | Binary classification | Will the two date? |
|
24 |
+
|
25 |
+
# Usage
|
26 |
+
```python
|
27 |
+
from datasets import load_dataset
|
28 |
+
|
29 |
+
dataset = load_dataset("mstz/speeddating", "dating")["train"]
|
30 |
+
```
|
31 |
+
|
32 |
|
33 |
# Features
|
34 |
|**Features** |**Type** |
|