Iris data set (iris.txt) is not correct #400
Labels
bug
Something isn't working
good first issue
Good for newcomers
test
related to tests
up-for-grabs
A good issue to fix if you are trying to contribute to the project
/test/data folder contains two files related to the iris data set:
Problem: iris.txt does not match iris.data.
Let's forget about the Label column and consider only the feature columns. While those columns in iris.txt are named in the same order as they are in the iris.data, the data values were somehow mixed.
First lines of the iris.data:
First lines of the iris.txt:
The last column in the iris.txt must be second shifting other feature columns by one to the right. Petals of length 0.2 cm and width 5.1 cm are not natural :).
//cc @OliaG as the iris data sets in the dotnet/machinelearning-samples look to be produced from the iris.txt file.
The text was updated successfully, but these errors were encountered: