Skip to content

DataScienceUtils v1.8.0: New ROC and Precision-Recall Curves with Plotly! 🎉

Latest
Compare
Choose a tag to compare
@idanmoradarthas idanmoradarthas released this 08 Oct 06:23
· 6 commits to master since this release
34490b0

[1.8.0] - 2024-10-08

Added

  • GitHub Actions: Implemented as the primary CI/CD infrastructure, replacing TravisCI (by @lorepirri).
  • ROC and Precision-Recall Curves: Introduced new functions to generate ROC and Precision-Recall curves with
    threshold annotations using Plotly figures.

Changed

  • Testing Infrastructure: Switched from nose to pytest-mpl for testing plots, ensuring better compatibility
    and features.
  • Codebase, Tests, Readme, and Documentation: Refactored using Claude 3.5 Sonnet to improve readability,
    maintainability, and overall quality.

Fixed

  • Coveralls Integration: Restored Coveralls integration to track code coverage and ensure high-quality code.
  • xai::generate_decision_paths: Deprecated the method and recommended using sklearn.tree.export_text as a more
    suitable alternative.
  • minor changes