deep-significance

Enabling easy statistical significance testing for deep neural networks.

GPL-3.0 License

Downloads
374
Stars
326
Committers
3

Bot releases are visible (Hide)

deep-significance - v1.2.6 Latest Release

Published by Kaleidophon over 2 years ago

  • Added feature to automatically select the maximum amount of jobs by using num_jobs=-1
deep-significance - v1.2.5

Published by Kaleidophon over 2 years ago

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 adding num_comparisons
deep-significance - Add functions to help determine sample size

Published by Kaleidophon almost 3 years ago

Add functions to help determine the right sample size, namely aso_uncertainty_reduction(), bootstrap_power_analysis()

deep-significance - v1.1.3

Published by Kaleidophon almost 3 years ago

Fixing the bug described in #7 with commit a900e4a2d60278db211f9439a4f910e0aa53073b.

deep-significance - v1.1.2

Published by Kaleidophon almost 3 years ago

Two critical hotfixes (see commit 23bf573). Additional minor fix for documentation in README.

deep-significance - v1.1.1

Published by Kaleidophon about 3 years ago

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() and multi_aso() support a seed argument for replicability.
deep-significance - Zenodo: Initial Release

Published by Kaleidophon over 3 years ago

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)
deep-significance - Initial release of deepsig

Published by Kaleidophon over 3 years ago

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)
Package Rankings
Top 9.74% on Pypi.org
Top 22.8% on Spack.io
Badges
Extracted from project README
Build Status Coverage Status Compatibility License: GPL v3 Code style: black DOI
Related Projects