Skip to content

v0.2.1

Compare
Choose a tag to compare
@caokai1073 caokai1073 released this 01 Jul 05:56
· 96 commits to master since this release
9b7e4f4
  • Split function train into functions Match and Project.
  • Use Kuhn-Munkres to find optimal pairs between datasets instead of parbabilistic matrix matching.
  • Add a new parameter "project" to provide options for barycentric projection.
  • Separate "test_label_transfer_accuracy" function from "fit_transform" function
  • fix some bugs