Identifying the Input and Output Variables
For any dataset, we should identify the input variables and the output variables. For the iris dataset, the input variables are the following:
- SepalLength
- SepalWidth
- PetalLength
- PetalWidth
The output variable, or the field to be predicted, is Species.