Yu Chen

Results 2 comments of Yu Chen

This is a very temporary band-aid but just to get it running, you can also ```python logging.getLogger("snowflake.connector.cursor").disabled = True logging.getLogger("snowflake.connector.connection").disabled = True ``` However @ivankixeye 's solution is definitely preferable.

@jaberg Could you provide another example of how to do multiple parameter optimization? I've been scouring the documentation, but cannot get my simple example to work: ``` def optimization_function(weighting_multiplier: float,...