Computing metafeatures without uploading the dataset #1160
Replies: 1 comment 4 replies
-
You can compute all data qualities using any of the APIs, e.g. using
Python:
https://openml.github.io/openml-python/main/api.html#dataset-functions
If you want to compute them yourself, the current implementation is here:
https://github.com/openml/EvaluationEngine
However, we are moving to a new library that should, in principle, be able
to compute the same values: https://github.com/ealcobaca/pymfe
Hope that helps,
Joaquin
…On Fri, 29 Jul 2022 at 09:21, Simone Montali ***@***.***> wrote:
Hi OpenML! I'm currently doing some research on a possible integration of
a meta-model built on OpenML data into AutoML pipelines. I tried looking
around for the actual code that computes the data qualities, but there seem
to be multiple libraries under the organization.
I was wondering: what's the current way you use to compute these
metafeatures? Is it possible to extract this, or do I have to go through
the website (possibly waiting for the computation to happen)?
Thanks!
—
Reply to this email directly, view it on GitHub
<#1160>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANFAVYALJD3EMHJTETZWEDVWOA7FANCNFSM547YQGHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
montali
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi OpenML! I'm currently doing some research on a possible integration of a meta-model built on OpenML data into AutoML pipelines. I tried looking around for the actual code that computes the data qualities, but there seem to be multiple libraries under the organization.
I was wondering: what's the current way you use to compute these metafeatures? Is it possible to extract this, or do I have to go through the website (possibly waiting for the computation to happen)?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions