Max Horn
Max Horn
In certain situations it might be useful to access the index of a job when generating commands using the `simple_hypersearch` script. This would for example allow the definition of unique...
### What happened? Running the code below results in a error due to a pyspark specific rewrite rule. ```python import ibis from pyspark.sql import SparkSession backend = ibis.pyspark.connect(SparkSession.builder.getOrCreate()) ibis.set_backend(backend) table...
Currently, when a worker is killed (which sometimes happens on a cluster), the state of the trial remains at 1 indicating that the job is still running. This prevents the...