Skip to content
#

auto-ml

Here are 54 public repositories matching this topic...

quic-ssiddego
quic-ssiddego commented Jul 16, 2021
  • Deprecate the usage of old quantsim implementation
  • Update bias correction implementation to use new quantsim api

If you are interested in working on this issue - please indicate via a comment on this issue. It should be possible for us to pair you up with an existing contributor to help you get started.

From a complexity perspective, this ticket is at an easy level.

bouthilx
bouthilx commented Feb 24, 2021

It is possible to set verbosity of Oríon with

import logging

logging.basicConfig(
    format="%(asctime)-15s::%(levelname)s::%(name)s::%(message)s",
    level=logging.DEBUG,
)

but it should be possible to simple pass a verbosity level to Oríon. The verbosity of Oríon should not be applied to all python however, it should not affect code outside Oríon. We did not have to care ab

Improve this page

Add a description, image, and links to the auto-ml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auto-ml topic, visit your repo's landing page and select "manage topics."

Learn more