dislib
dislib copied to clipboard
Change assertEquals for assertEqual in KFold tests
This is to avoid the following warning:
Tests KFold.split() from single subset, shuffle=False and uneven ... /dislib/tests/test_kfold.py:67: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len_x_train, len_y_train)