Skip to content

v0.3.14

Compare
Choose a tag to compare
@earth-chris earth-chris released this 19 Sep 05:27
· 76 commits to main since this release
f8c6770

Added the train_test_split module, which contains:

  • checkerboard_split() for train/test splitting
  • GeographicKFold() for cross-validation train/test splitting

Updated docs, tests to match.