Releases: Kaleidophon/deep-significance
Releases · Kaleidophon/deep-significance
v1.2.6
v1.2.5
Changes:
- Updated documentation and code based on insights from paper experiments
- Speed and reliability improvements
- Deprecating some arguments, such as
num_samples
,use_symmetry
and addingnum_comparisons
Add functions to help determine sample size
Add functions to help determine the right sample size, namely aso_uncertainty_reduction()
, bootstrap_power_analysis()
v1.1.3
v1.1.2
v1.1.1
Features:
- Make it easier to compare multiple model scores at once with
multi_aso()
. - Results can be created as a
pandas.DataFrame
for readability. - Both
aso()
andmulti_aso()
support aseed
argument for replicability.
Zenodo: Initial Release
First release of deepsig
! The package currently contains the following:
- Re-implementation of almost stochastic order (ASO) with optional multi-threading speed-up
- Extensive documentation and readme to guide practicioners
- Additional implementations of the permutation-randomization test, paired-bootstrap test and bonferroni correction (for p-values)
Initial release of deepsig
First release of deepsig
! The package currently contains the following:
- Re-implementation of almost stochastic order (ASO) with optional multi-threading speed-up
- Extensive documentation and readme to guide practicioners
- Additional implementations of the permutation-randomization test, paired-bootstrap test and bonferroni correction (for p-values)