Graph-Posterior-Network icon indicating copy to clipboard operation
Graph-Posterior-Network copied to clipboard

Test set proportion in data/split.py

Open fyj-bit opened this issue 2 years ago • 0 comments

Upon analyzing the sample_per_class function in the code (around lines 188 and 189), I noticed that it seems to be causing a discrepancy in the size of the test set. According to the code logic, it results in the test set being approximately (1-20%) * 80% of the total data, rather than the stated 80% of the total data.

fyj-bit avatar Jul 27 '23 06:07 fyj-bit