Skip to content

v2.6.5

Compare
Choose a tag to compare
@elisno elisno released this 24 May 23:38
· 21 commits to master since this release
75a9d1c

What's Changed

  • Add end-to-end tests at the end of Datalab quickstart tutorial by @allincowell in #1118
  • Centralize existing functionality for constructing and correcting knn graphs in a separate module by @elisno in #1117, #1119, #1129
  • Optimize multiannotator.py for performance by @gogetron in #1077
  • Optimize value_counts function for performance improvement with missing classes by @gogetron in #1073
  • Improve test coverage for setting confident joint in CleanLearning by @elisno in #1123
  • Switch from np.isnan to pd.isna for null value check by @gogetron in #1096
  • Update pip install instruction in object detection tutorial by @elisno in #1126
  • Refine handling of underperforming_group issue type by @gogetron in #1099
  • Improve compatibility with sklearn 1.5 by removing the deprecated multi_class argument in LogisticRegression by @elisno in #1124
  • Display exact duplicate sets dynamically in tabular tutorial by @nelsonauner in #1128

New Contributors

Full Changelog: v2.6.4...v2.6.5