Sponge
Data on sponges; Attributes in spanish
Dataset Characteristics
Multivariate
Subject Area
Biology
Associated Tasks
Clustering
Feature Type
Categorical, Integer
# Instances
76
# Features
-
Dataset Information
Additional Information
These are atlantic-mediterranean marine sponges that belong to O.Hadromerida (Demospongiae.Porifera).
Has Missing Values?
Yes
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no | |||||
no |
0 to 10 of 45
Additional Variable Information
27 attributes are non-numeric and nominal. 15 attributes are boolean and take the values (NO SI). 3 attributes are numeric and take natural numbers.
Dataset Files
File | Size |
---|---|
sponge.data | 35.5 KB |
sponge.info | 12.5 KB |
Index | 110 Bytes |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset sponge = fetch_ucirepo(id=97) # data (as pandas dataframes) X = sponge.data.features y = sponge.data.targets # metadata print(sponge.metadata) # variable information print(sponge.variables)
Uriz, I. & Domingo, M. Sponge [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5330V.
Creators
Iosune Uriz
Marta Domingo
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.