Skip to content

v0.2.1

Pre-release
Pre-release

Choose a tag to compare

@jdelano jdelano released this 21 Jan 16:05
· 19 commits to master since this release
  • Added DataFrame overloads to calculate_entropy for target_col and optional split_col.
  • Simplified information_gain by delegating split entropy to the new overload.
  • Updated entropy documentation/examples and added tests for the new usage.