We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since #15, meta-features cache is stored by path data/metafeatures/*mf_source*/*dataset_id*.
data/metafeatures/*mf_source*/*dataset_id*
Since datasets from different source can potentially have the same ID, the storage of meta-features needs an additional level of separation.
There are two possible ways to address this issue:
data/metafeatures/*mf_source*/*dataset_source*/*dataset_id*.pkl
data/datasets/*dataset_source*/*dataset_id*/*mf_source*.pkl
The text was updated successfully, but these errors were encountered:
In my opinion it is easier to do 1 way. There are several reasons for this:
Sorry, something went wrong.
MorrisNein
No branches or pull requests
Since #15, meta-features cache is stored by path
data/metafeatures/*mf_source*/*dataset_id*
.Since datasets from different source can potentially have the same ID, the storage of meta-features needs an additional level of separation.
There are two possible ways to address this issue:
data/metafeatures/*mf_source*/*dataset_source*/*dataset_id*.pkl
ordata/datasets/*dataset_source*/*dataset_id*/*mf_source*.pkl
)The text was updated successfully, but these errors were encountered: