Florian Pommerening

Results 45 comments of Florian Pommerening

I finally recovered the file from the backup: [jupyter.zip](https://github.com/aibasel/lab/files/5415476/jupyter.zip) To try this out, run this in the directory containing the `Pipfile`. ``` pipenv install pipenv run jupyter notebook ```

Hi @Mateusz-Szczepaniak can you share a more step by step guide in how to reproduce this (with screenshots of the steps and what you select as the parameters for the...

Hi @victorpaleologue, I'd normally suggest to use the tracker for pinging but this works as well. We would prefer to improve error reporting in a more general way, rather than...

The notification email from the tracker bounced. Can you check that your email address there is up to date?

We could do that but using lab as a third-party library would be more useful because people could take the parsers they wrote for their experiment and use them in...

Sorry, I don't have any code for this. The snippet that I posted is [already in the current code](https://github.com/automl/SMAC3/blob/main/smac/main/smbo.py#L578). My guess would be that this would be the place to...

The `kwargs` block at the start of the for loop is no longer needed, is it? Also, is it possible that there are any trials in the queue at the...

The parameter space should be large enough, I hope (33 parameters). I don't think SMAC tried all possible options because the final incumbent is worse than the default configuration. If...

Hi everyone. Sorry for my long absence. I tried reproducing the results above but I don't remember exactly what setting I ran this for. I tried again with a new...

Is the process deterministic enough that I could record the run times and results of all trials and then write a minimal example that just looks up the result, and...