chudyandrej / Apache_Spark_perceptron

0 stars 0 forks source link

This class is almost a copy of BinaryPerceptronTest2. It is bad for integration, modification and so on. #2

Open deil87 opened 6 years ago

deil87 commented 6 years ago

https://github.com/chudyandrej/Apache_Spark_perceptron/blob/695a33a77852091afa31caf25b386057bd72c54a/src/test/scala/perceptron/BinaryPerceptronTest1.scala#L8

chudyandrej commented 6 years ago

Hi, the class BinaryPerceptronTest1 is test with sonar-data.csv dataset and class BinaryPerceptronTest2 use for testing rawstockdata_binary.csv data. Each test expected other accuracy of training. It is really bad? How i should change this test ? Thanks for feedback