Skip to content
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

Not all provided hyper-parameters for the data preparation pipeline #31

Open
AlnetharyTamim opened this issue Mar 28, 2021 · 1 comment

Comments

@AlnetharyTamim
Copy link

When I run the default pipeline example of tods, I got the bellow error. Although that I used the correct version of d3m which is 2020.05.18 by checking d3m.__version__. I am using python3.6 and venv as a virtual environment with pip version 19.3.1.

Not all provided hyper-parameters for the data preparation pipeline 79ce71bd-db96-494b-a455-14f2e2ac5040 were used: ['method', 'number_of_folds', 'randomSeed', 'shuffle', 'stratified']
{'error': "[StepFailedError('Step 6 for pipeline "
          "384bbfab-4f6d-4001-9f90-684ea5681f5d failed.',)]",
 'method_called': 'evaluate',
 'pipeline': '<d3m.metadata.pipeline.Pipeline object at 0x7fdde588c2e8>',
 'status': 'ERRORED'}

Any suggestion please

@lhenry15
Copy link
Member

Try to build a pipeline in examples instead of loading the default pipeline. That one is not compatible to the latest version of d3m, will be fixed in the next version (in dev branch).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants