Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,14 +6,16 @@ tags:
|
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
- multiclass_classification
|
|
|
|
| 9 |
pretty_name: Landsat
|
| 10 |
size_categories:
|
| 11 |
- 1K<n<5K
|
| 12 |
-
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- landsat
|
| 16 |
- landsat_binary
|
|
|
|
| 17 |
---
|
| 18 |
# Landsat
|
| 19 |
The [Landsat dataset](https://archive-beta.ics.uci.edu/dataset/146/statlog+landsat+satellite) from the [UCI repository](https://archive-beta.ics.uci.edu/).
|
|
@@ -27,4 +29,4 @@ The [Landsat dataset](https://archive-beta.ics.uci.edu/dataset/146/statlog+lands
|
|
| 27 |
| landsat_2 | Binary classification. | Is the image of class 2? |
|
| 28 |
| landsat_3 | Binary classification. | Is the image of class 3? |
|
| 29 |
| landsat_4 | Binary classification. | Is the image of class 4? |
|
| 30 |
-
| landsat_5 | Binary classification. | Is the image of class 5? |
|
|
|
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
- multiclass_classification
|
| 9 |
+
- UCI
|
| 10 |
pretty_name: Landsat
|
| 11 |
size_categories:
|
| 12 |
- 1K<n<5K
|
| 13 |
+
task_categories:
|
| 14 |
- tabular-classification
|
| 15 |
configs:
|
| 16 |
- landsat
|
| 17 |
- landsat_binary
|
| 18 |
+
license: cc
|
| 19 |
---
|
| 20 |
# Landsat
|
| 21 |
The [Landsat dataset](https://archive-beta.ics.uci.edu/dataset/146/statlog+landsat+satellite) from the [UCI repository](https://archive-beta.ics.uci.edu/).
|
|
|
|
| 29 |
| landsat_2 | Binary classification. | Is the image of class 2? |
|
| 30 |
| landsat_3 | Binary classification. | Is the image of class 3? |
|
| 31 |
| landsat_4 | Binary classification. | Is the image of class 4? |
|
| 32 |
+
| landsat_5 | Binary classification. | Is the image of class 5? |
|