Skip to content

astartes v1.1.5

Compare
Choose a tag to compare
@JacksonBurns JacksonBurns released this 27 Nov 16:16
· 70 commits to main since this release
7df4ce1

astartes Patch Release 1.1.5

This patch release contains a bugfix in extrapolative sampling with train_test_split. Previously, random_state was effectively ignored when shuffling clusters inside of train_test_split since the max_shufflable_size was set based on the size of the validation set (which is zero here). Thanks to @kspieks for the quick fix and @PatWalters for reporting it!

What's Changed

  • Fix a bug with the definition of max_shufflable_size by @kspieks in #164

Full Changelog: v1.1.4...v1.1.5