confidence icon indicating copy to clipboard operation
confidence copied to clipboard

Results 12 confidence issues
Sort by recently updated
recently updated
newest added

* Adds ty as the default type checker * Fixes ~300 errors that ty identifies * Removes unused functions (dead code) * bayesian_base.py: _all_groups - unused method * bayesian_base.py: as_cumulative...

Hello, I've built out a program for monitoring tests sequentially which is based on this example: https://github.com/spotify/confidence/blob/master/examples/Confidence%20Examples%20-%20Sequential.ipynb. I'm hoping to understand more regarding what adjustments are being applied. From what...