powered by
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).
data(ionosphere) head(ionosphere)
Run the code above in your browser using DataLab