Skip to content

v0.1.2

Latest

Choose a tag to compare

@JerryLife JerryLife released this 25 Mar 09:22

Changes

  • Fix kwargs handling in CorrelationSplitter.fit_splitbeta now correctly routes to split() only, not fit()
  • Add early beta validation in fit_split to fail fast before expensive BRKGA optimization
  • Add num_features >= num_parties validation in Splitter.split() with clear error message
  • Pass n_jobs from CorrelationSplitter to its internal CorrelationEvaluator
  • Add **kwargs to ImportanceSplitter.split_indices for compatibility with base class forwarding
  • Split tests into CPU/GPU classes for independent execution
  • Update PyPI publish workflow to trigger on version tags
  • Remove paper-specific HyperParameters.md