Tags: sidratresearch/qp
Tags
expand limits as needed in _prepare_for_brier (LSSTDESC#240) * expand limits as needed in _prepare_for_brier * update test function that no longer raises ValueError
Merge pull request LSSTDESC#238 from LSSTDESC/237-package-requires-nu… …mpy20 removed the numpy version requirement
lazy pytdigest (LSSTDESC#234) * lazy pytdigest * fix quote in pyproject.toml * fix deprecation warnings * pin numpy<2.0.0 * Use module imports rather than relative imports --------- Co-authored-by: Sidney Mau <[email protected]>
Merge pull request LSSTDESC#229 from LSSTDESC/issue/228/docs updated README.md and docs/tutorials.rst
Merge pull request LSSTDESC#229 from LSSTDESC/issue/228/docs updated README.md and docs/tutorials.rst
Issues/224/add classes to init (LSSTDESC#225) * Adde metric classes to __init__ and make a ValueError more informative * Adde metric classes to __init__ and make a ValueError more informative
Use t-digest to parallelize point to point metrics (LSSTDESC#216) * WIP - Initial commit for parallel metrics. * Adding a simple notebook for testing parallelized PointSigmaIQR. * Example of metric running in parallel in notebook. * Parallelizing PointBias. Expanding the demo notebook. * First attempt at parallelizing PointSigmaMAD. * Clean up PointSigmaMAD and introduce a method parameter for num_bins. * Parallelizing PointOutlierRate and updating the notebook with an example. * Moved PointToPointMetricDigester. Consolidated code in that class. Added **kwargs so that we can pass a config dict to the concrete metric classes. * Adding unit tests for parallelized point to point metrics. * Adding another tests case to chase test coverage. * Using bin centers for `bin_dist` calculation. * added point_sigma_iqr.eval_from_iterator call and a few pragma statements to get to full coverage --------- Co-authored-by: Eric Charles <[email protected]>
PreviousNext