Eddie Bergman
Eddie Bergman
The copy approach for the record: ```python def remove_hyperparameter(name: str, space: ConfigurationSpace) -> ConfigurationSpace: """A new configuration space with the hyperparameter removed Essentially copies hp over and fails if there...
Just incase you're still interested or want another 2 year anniversary on this issue, the automl group has a version of Pynisher which I've extended to work on Windows. The...
Hi, thanks for the work! If the pr is approved, can we get it merged to fix some downstream issues at pwntester/octo.nvim#302 :)
Hi @sofidenner, We don't have infrastructure (a machine with that many cores) to actually test this properly which makes this difficult but we just want to write here to say...
Hey @erinaldi, We recently started reworking [`pynisher`](https://github.com/automl/pynisher/tree/api_changes) which is in charge of limiting resources for spawned processes. This error line is directly from pynisher and is in the comment you...
Hi @erinaldi, I've updated the current status of this issue in Pynisher if you're interested: automl/pynisher#16
Hi @roger-yu-ds, Looking at `shap` source code for `Explainer.__init__()`, it seems that it will not work out of the box as you have given. I would suggest using their [model...
Hey @Unn20, thanks for sharing the issue with us and raising it with them. It would be good to have test suites for external tool usage with auto-sklearn at some...
Hey @asmgx, So it seems autosklearn never found a model that was better than Sklearn's [dummy classifier](https://scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html). What's more, it seems the default strategy for the dummy classifier can achieve...
Sorry I havn't got around to trying this yet, I will give it a go next week or perhaps @mfeurer who has tried it can give some feedback if there...