Micah Smith

Results 65 comments of Micah Smith

Same here on macOS Catalina, pdfs reload automatically in external Preview but not in pdf-view.

Looks fantastic! Fully functional, auto-update issue is solved on pdfs-viewer. Thanks Carsten!

Relatedly, I believe the freezegun implementation violates the spec of [datetime.astimezone](https://docs.python.org/3.7/library/datetime.html), which says: > If called without arguments (or with tz=None) the system local [timezone](https://docs.python.org/3.7/library/datetime.html#datetime.timezone) is assumed for the target...

Hi @beregond , any thoughts on this PR?

Hi @beregond any thoughts on this PR?

Investigate whether this can be implemented cleanly as a new hyperparameter. If so, add it. Otherwise, two workaround are: 1. use one hp as the lower bound, one float hp...

An "error" may also be conceptually equivalent to a score of `-inf`

We should make a reproducible example of the tuner crashing when given a score of `-inf`. See if this can be addressed. Otherwise, look into other sentinel values for "telling"...

is this a general workflow tool, or are you targeting it specifically for people who contribute new tuners?

There is support for this, though you have to write a bit of glue code. Basically, you load a `mlblocks.MLPipeline` from the JSON, create BTB `tunable` using `Tunable.from_dict`, and then...