0.0.5
Version 0.0.5 🚀
🛠️ 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 theOOBprefix, e.g.,OOBBinaryClassConditionalConformalClassifiertoBinaryClassConditionalConformalClassifier.