Skip to content

v0.1.5

Latest
Compare
Choose a tag to compare
@tikhomirovd tikhomirovd released this 01 Aug 13:02
· 7 commits to master since this release

HypEx v0.1.5 Release Notes

We are excited to introduce new features in HypEx v0.1.4 that enhance both matching performance and A/B testing capabilities.

New Features

Algorithm Selection for Matching

  • Choose Your Algorithm:
    • Users can now select the algorithm used for matching by specifying the desired option during initialization.

    • To prioritize speed over accuracy, simply set algo='fast' when initializing HypEx:

      from hypex import Matcher
      
      hypes = Matcher(...., algo='fast')
    • This feature allows users to tailor the performance according to their specific needs, balancing between speed and precision.

Enhanced A/A Testing with Group Splitting

  • Custom Group Ratios:
    • We've added the capability to split participants into multiple groups with custom ratios, enabling more flexible and precise A/A testing scenarios.
    • This feature provides greater control over test design, allowing for diverse experimental setups.

Documentation and Tutorials

  • For detailed instructions and examples on how to use these new features, please refer to the tutorials section in our documentation.