Skip to content

0.0.5

Choose a tag to compare

@heylucasleao heylucasleao released this 19 Jan 03:00
768cf7a

Version 0.0.5 🚀

Latest Release

🛠️ Main Updates

  • ♻️ Add total in evaluate:
    Added the total count in the evaluation metrics.

  • 🐛 Random seed in shuffle:
    Fixed an issue with the random seed in the shuffle method.

  • ♻️ Add option to fit Conformal whether OOB or not:
    Introduced an option to enable/disable OOB (Out-Of-Bag) fitting in the Conformal classifier.

  • ♻️ Change class names:
    Renamed classes to remove the OOB prefix, e.g., OOBBinaryClassConditionalConformalClassifier to BinaryClassConditionalConformalClassifier.