Eddie Bergman
Eddie Bergman
Hi @jspaaks, An option for outputting the preferred citation is highly needed for scientific software which is produced from research.
Hi @jspaaks, Thanks for the reply and the tool :) I help manage quite a few libraries in the [automl.org](https://github.com/automl) group, each of which the scientific paper is a much...
Interesting, I seem to get the behaviour where the decorators are not folded at all, which honestly has the other effect where sometimes the decorator is too many lines and...
Bump, we currently accept sparse labels into [autosklearn](https://github.com/automl/auto-sklearn) but we have to de-sparsify them to use `type_of_target`. @leonardbinet would you be continuing this PR? If not, I am happy to...
Hi @tornede, Thanks for the pointer, you're right and it should be removed! Will keep on the todo list for the next release :) Best, Eddie
Hi @teresa-m, @prasad-yashdeep, Sorry for the delay. In principal with the latest released version `0.14.7`, the `pip` installation should work: * Auto-sklearn [requirements.txt](https://github.com/automl/auto-sklearn/blob/5078e34537d9f354f89df84f6557922cc1283a09/requirements.txt#L20) has `pynisher>=0.6.3,=1.3.1,
Hi @FelixNeutatz, I spent a while digging through and it seems like we basically consider the cv predictions as one big long array vertically stacked, metric'd with the corresponding targets...
I'll keep it open as something to add into the docs then!
The `TrainEvaluator` is not something that's exposed to the user so I don't think it would go in there personally, I'm not sure how it would look belonging in there.
Hi @luckyhug, No I think there's not much way to effectively use that much data in autosklearn natively. My only suggestion would be to run auto-sklearn on a subsample of...