Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,14 +5,17 @@ tags:
|
|
| 5 |
- student performance
|
| 6 |
- tabular_classification
|
| 7 |
- multiclass_classification
|
|
|
|
| 8 |
pretty_name: Diamond
|
| 9 |
size_categories:
|
| 10 |
-
-
|
| 11 |
-
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- encoding
|
| 15 |
- cut
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
# Diamonds
|
| 18 |
The [Diamonds dataset](https://www.kaggle.com/datasets/ulrikthygepedersen/diamonds) from Kaggle.
|
|
@@ -23,6 +26,7 @@ Dataset collecting properties of cut diamonds to determine the cut quality.
|
|
| 23 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
| 24 |
| encoding | | Encoding dictionary showing original values of encoded features.|
|
| 25 |
| cut | Multiclass classification | Predict the cut quality of the diamond. |
|
|
|
|
| 26 |
|
| 27 |
# Usage
|
| 28 |
```python
|
|
|
|
| 5 |
- student performance
|
| 6 |
- tabular_classification
|
| 7 |
- multiclass_classification
|
| 8 |
+
- UCI
|
| 9 |
pretty_name: Diamond
|
| 10 |
size_categories:
|
| 11 |
+
- 10K<n<100K
|
| 12 |
+
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- encoding
|
| 16 |
- cut
|
| 17 |
+
- cut_binary
|
| 18 |
+
license: cc
|
| 19 |
---
|
| 20 |
# Diamonds
|
| 21 |
The [Diamonds dataset](https://www.kaggle.com/datasets/ulrikthygepedersen/diamonds) from Kaggle.
|
|
|
|
| 26 |
|-------------------|---------------------------|-----------------------------------------------------------------|
|
| 27 |
| encoding | | Encoding dictionary showing original values of encoded features.|
|
| 28 |
| cut | Multiclass classification | Predict the cut quality of the diamond. |
|
| 29 |
+
| cut_binary | Binary classification | Is the cut quality at least very good?|
|
| 30 |
|
| 31 |
# Usage
|
| 32 |
```python
|