-
-
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 SapientML to automl benchmark #630
Conversation
Signed-off-by: Kosaku Kimura <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contributions! I haven't had time to try this out yet, but I do already have a couple questions and suggested changes based on the PR. Please have a look at them.
@kimusaku Are you still planning to work on this? |
@PGijsbers Yes, we are still working on this, especially in making SapientML Python 3.9-compatible. We will be able to update the PR soon. |
* WIP Signed-off-by: Kosaku Kimura <[email protected]> * Issue fix in setup.sh for SapientML * Updation of config file as Sapientml supports Python version 3.9 Signed-off-by: HimanshuRRai <[email protected]> --------- Signed-off-by: Kosaku Kimura <[email protected]> Signed-off-by: HimanshuRRai <[email protected]> Co-authored-by: muhammed-nafi-k-a <[email protected]> Co-authored-by: HimanshuRRai <[email protected]>
Signed-off-by: HimanshuRRai <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very sorry for the slow reply. I finally had a chance to run it locally and it seems to work fine... except when running the validation benchmark (python runbenchmark.py sapientml validation -f 0
):
Summing up scores for current run:
id task fold framework constraint result metric duration seed info
openml.org/t/9910 bioresponse 0 SapientML test 0.797310 auc 59.1 432708598 NaN
openml.org/t/125920 dresses-sales 0 SapientML test 0.597701 auc 19.3 432708598 NaN
openml.org/t/2079 eucalyptus 0 SapientML test -11.689800 neg_logloss 20.6 432708598 NaN
openml.org/t/167125 internet-advertisements 0 SapientML test 0.929463 auc 59.0 432708598 NaN
openml.org/t/9950 micro-mass 0 SapientML test -1.242880 neg_logloss 35.2 432708598 NaN
openml.org/t/3917 kc1 0 SapientML test 0.720932 auc 23.5 432708598 NaN
openml.org/t/168868 APSFailure 0 SapientML test 0.897341 auc 206.1 432708598 NaN
openml.org/t/168877 diabetes130US 0 SapientML test NaN neg_logloss 65.8 432708598 NoResultError: All candidate scripts failed. Final script is not saved.
openml.org/t/211985 census-income 0 SapientML test 0.709671 auc 92.7 432708598
The scripts generated can be found here:https://gist.github.com/PGijsbers/ed825dab98b85ab43b7bbbc00781b694
I could merge it (sapient is not part of CI currently), but perhaps you'd prefer to fix it first? If it's reproducible for you.
@PGijsbers thanks so much. We have fixed the issue, and now this PR can be merged. |
SapientML is an AutoML technology that can learn from a corpus of existing datasets and their human-written pipelines, and efficiently generate a high-quality pipeline for a predictive task on a new dataset.