Releases: saattrupdan/doubt
Releases · saattrupdan/doubt
v2.0.0
Added
- Added proper
__repr__
descriptions to all models
Changed
- Changed the ordering of
Dataset.split
toX_train
,X_test
,y_train
andy_test
, to agree withscikit-learn
- Moved some
Dataset
attributes to the private API