| ionosphere | R Documentation |
This dataset contains radar returns from the ionosphere, collected by a system in Goose Bay, Labrador. The dataset is used for classifying radar returns as 'good' or 'bad' based on the presence of structure in the ionosphere.
data(ionosphere)
A data frame with multiple rows and 35 columns representing different features related to radar returns.
Attribute1: Continuous feature.
Attribute2: Continuous feature.
Attribute3: Continuous feature.
Attribute4: Continuous feature.
Attribute5: Continuous feature.
Attribute6: Continuous feature.
Attribute7: Continuous feature.
Attribute8: Continuous feature.
Attribute9: Continuous feature.
Attribute10: Continuous feature.
...: Additional continuous features (up to Attribute34).
Class: Binary classification target ('good' or 'bad').
# Load the dataset
data(ionosphere)
# Print the first few rows of the dataset
print(head(ionosphere))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.