You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix full test errors (#255)
* debugging
* working fast tests
* passing tests
* pin lifelines<0.28 as 0.28 does not support python 3.8
* debugging lifelines files error
* lifelines==0.27.7
* fix version pin
* revert to strict pin
* lifelines version constraints as generic as possible
* split core tests into fast and slow and increase timeout
* split slow tests into two
* update version
Augmentation benchmark (#150)
* Add new benchmark code
* Merge main into branch
* Augmentation benchmark added
* Clean up
* Clean up
* Remove unnecessary tutorial file
* Clean up
* clean up
* Debug test and clean up
* Added new tests for augmentation benchmark
* Added new metric api tests for augmentation
* clean up
* clean up
* version bumped and clean up
* clean up docstrings
Added AlphaPrecisionNaive (#142)
* Added AlphaPrecisionNaive
* Added test for AlphaPrecisionNaive metric
* Removed assert from metric
* Extended AlphaPrecision with Naive method and removed specific class.
* Update version