This repository contains the Seeds Dataset from the UCI Machine Learning Repository. The dataset includes measurements of geometrical properties of kernels belonging to three different varieties of wheat.
The dataset consists of 210 samples and 7 attributes:
- Area
- Perimeter
- Compactness
- Length of kernel
- Width of kernel
- Asymmetry coefficient
- Length of kernel groove
Seeds_UCI_Dataset.ipynb
: Jupyter Notebook containing data analysis and visualization.seeds.zip
: Zipped file containing the dataset in CSV format.README.md
: This file.
- Clone the repository:
git clone https://github.com/Itskindastrange/Seeds-Dataset-UCI.git
- Unzip the dataset file:
unzip seeds.zip
- Open and run the Jupyter Notebook:
jupyter notebook Seeds_UCI_Dataset.ipynb
This project was inspired by the Machine Learning course by Kylie Ying and FreeCodeCamp. You can find more about their work here: