-
Hi there! Very cool to see stacking in Tidymodels!
I will take a deeper look at the package soon, but I wanted to share my thoughts about the terminology used -- specifically around the term _su…
-
Hello,
I am running auto-sklearn on a Google Cloud machine in Jupyter. I keep getting the following out of memory error no matter how much memory I assigned to `ml_memory_limit`. The following is t…
-
Hi! I'm running into an issue where the model progress stops/is in an infinite loop/is very slow after the 200th epoch with the MNIST example. Here's what I've done so far:
- Downloaded data from: …
-
For the metalearning part of autosklearn, I am curious that which part of the code implement the comparison between datasets based on distance?
For example,in the
_**auto-sklearn/autosklearn/meta…
-
Hello I am trying to substitute 10 out of the 140 datasets used for metalearning with some datasets of my own selection. I have figured out how to integrate more datasets but is I'm wondering if there…
-
~~#1732 updates our stacked ensembling pipeline to use the same data splitter that is used in `AutoML`. However, @rpeck noted that we may not want to do this. We continued with #1732 because we believ…
-
I was running test cases on my mac and it seems that some of the tests were failing due to the results not being what was expected. I was lead on this path while running a toy example with the random …
-
Hi, congratulation for your work. It's super nice. Please, can you write a documentation?
-
## Describe the bug ##
I have a problem when I extend auto-sklearn with a new regression and run it in parallel (n_jobs > 1). I get this error 'Trying to include unknown component: KernelRidgeRegress…
-
I think https://github.com/automl/auto-sklearn/commit/2deb1f07375ab121e2b29e20a55dea24443ba0a9#diff-b4ef698db8ca845e5845c4618278f29a removed `liac-arff` from the dependency list, which is causing issu…