Enhance error handling with exceptions and add tests
This commit is contained in:
10
tests/error_data/duplicate_attributes.arff
Normal file
10
tests/error_data/duplicate_attributes.arff
Normal file
@@ -0,0 +1,10 @@
|
||||
@relation test
|
||||
|
||||
@attribute feature1 real
|
||||
@attribute feature2 real
|
||||
@attribute feature1 real
|
||||
@attribute class {A,B}
|
||||
|
||||
@data
|
||||
1.0,2.0,3.0,A
|
||||
4.0,5.0,6.0,B
|
Reference in New Issue
Block a user