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