Open roijalbaker opened 1 year ago
I also tried the example provided with the last commit and the commit b28e70a
and the results are different from that it was reported in the tutorial.
my dbcv score is negative and far from the 0.6 reported in README
it seems this is due to the latest change to n_neighbors = np.shape(neighbors)[0]
it seems this is due to the latest change to
n_neighbors = np.shape(neighbors)[0]
Hello, Could you please explain it further? How I can resolve the problem? Best,
When running the code from the read me I don't get the score that is mentioned in the read me. When going back to commit
b28e70a
, it works as communicated.