EmuKit / emukit

A Python-based toolbox of various methods in decision making, uncertainty quantification and statistical emulation: multi-fidelity, experimental design, Bayesian optimisation, Bayesian quadrature, etc.
https://emukit.github.io/emukit/
Apache License 2.0
605 stars 128 forks source link

Fixing docstrings and imports in `quadrature` #412

Closed mmahsereci closed 2 years ago

mmahsereci commented 2 years ago

Issue #, if available:

Description of changes: This PR looks scary, but let me explain (all changes only involve the quadrature package):

@apaleyes perhaps you can check how the docs look. I hope the changes in module/import structure are OK for the quad package considering that it's easier to parse now for users. But let me know what you think.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.