ionosphere | R Documentation |
The 'ionosphere' dataset contains radar data for the classification of radar returns as either 'good' or 'bad'.
data(ionosphere)
A data frame with 351 rows and 35 columns.
This dataset includes the following columns:
Features extracted from radar signals.
Class label indicating whether the radar return is 'g' (good) or 'b' (bad).
The 'ionosphere' dataset is sourced from the UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/ionosphere
data(ionosphere)
head(ionosphere)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.