Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Dataset Summary
|
| 6 |
+
|
| 7 |
+
Dataset recording various measurements of 7 different species of fish at a fish market. Predictive models can be used to predict weight, species, etc.
|
| 8 |
+
|
| 9 |
+
## Feature Descriptions
|
| 10 |
+
|
| 11 |
+
- Species - Species name of fish
|
| 12 |
+
- Weight - Weight of fish in grams
|
| 13 |
+
- Length1 - Vertical length in cm
|
| 14 |
+
- Length2 - Diagonal length in cm
|
| 15 |
+
- Length3 - Cross length in cm
|
| 16 |
+
- Height - Height in cm
|
| 17 |
+
- Width - Width in cm
|
| 18 |
+
|
| 19 |
+
## Acknowledgments
|
| 20 |
+
|
| 21 |
+
Dataset created by Aung Pyae, and found on [Kaggle](https://www.kaggle.com/datasets/aungpyaeap/fish-market)
|