Skip to content

mikropml 1.2.1

Compare
Choose a tag to compare
@kelly-sovacool kelly-sovacool released this 31 Jan 15:05
  • Allow kfold >= length(groups) (#285, @kelly-sovacool).
    • When using the groups parameter, groups are kept together in cross-validation partitions when kfold <= the number of groups in the training set. Previously, an error was thrown if this condition was not met. Now, if there are not enough groups in the training set for groups to be kept together during CV, groups are allowed to be split up across CV partitions.
  • Report p-values for permutation feature importance (#288, @kelly-sovacool).

Full Changelog: v1.2.0...v1.2.1