Increase row number in simple_classification.csv
Created by: valer1435
Due to frequent fails with test_cv_api_correct we should to increase number of rows in dataset. It appears because qda implementation needs more than one sample in each class. When it get train data target like [0, 0, 0, 1] it fails