-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PerpetualBooster #641
Comments
I think it's interesting, but I am planning to try and add a feature soon that allows having integration scripts in separate independent repositories. I propose I'll leave another message here when I have something experimental going. Perhaps it would be interesting to try out? |
It will be really helpful to benchmark our algorithm. I am waiting for it. |
You can always do local integration for yourself if you just want to use the benchmark with your framework. There is no need to have it included in this codebase for that. |
I compared PerpetualBooster against AutGluon (BQ), which is the number one framework in the benchmark, and got some promising results in local tests on small and medium tasks. I have some questions.
P.s. I checked the repo and website before asking these. Thanks in advance. |
Answering my own first two questions after reading the paper :)
Correct me if I am wrong. |
Hello, I am trying to run PerpetualBooster on AWS. But, I keep getting the following error:
I guess it was an installation error and I tried everyting to install the package on EC2 env. frameworks.yaml file on user_dir:
But it didn't work. I also tried requirements.txt in user_dir. Any help appreciated @PGijsbers |
It cannot find the integration in the normal folder (frameworks/perpetualbooster). This is most likely because you are using the original automlbenchmark repo instead of your own fork which has the integration. You can specify which repository is downloaded to the EC2 instance with the automlbenchmark/resources/config.yaml Line 2 in 0df26b2
|
I made some progress but now I keep getting the following error in results.csv file:
My fork is here: I updated requirements files. Let me know what I am missing. Thanks in advance. |
From memory, hopefully it's correct: The |
Hello, I was able to run the regression benchmark with 33 datasets. I get the following error when trying to upload the results to the website.
|
Add PerpetualBooster as an additional algorithm.
https://github.com/perpetual-ml/perpetual
It does not need hyperparameter tuning and supports multi-output and multi-class cases.
I can create a pull request if you are willing to review and accept.
The text was updated successfully, but these errors were encountered: