Some ProblemDocs fail the validation
The problemDoc.json in the following datasets failed the validation:
- /datasets/d3m-datasets/seed_datasets_data_augmentation/DA_poverty_estimation/
- /datasets/d3m-datasets/seed_datasets_data_augmentation/DA_college_debt/
- /datasets/d3m-datasets/seed_datasets_data_augmentation/DA_fifa2018_manofmatch/
- /datasets/d3m-datasets/seed_datasets_data_augmentation/DA_ny_taxi_demand/
- /datasets/d3m-datasets/seed_datasets_data_augmentation/DA_medical_malpractice/
- /datasets/d3m-datasets/seed_datasets_data_augmentation/DA_global_terrorism/
All of them have the similar error message:
File "/code/aika/problems/base.py", line 61, in populate
problem_description = problem_module.parse_problem_description(problem_path)
File "/usr/local/lib/python3.6/dist-packages/d3m/metadata/problem.py", line 547, in parse_problem_description
PROBLEM_SCHEMA_VALIDATOR.validate(description)
File "/usr/local/lib/python3.6/dist-packages/jsonschema/validators.py", line 130, in validate
raise error
jsonschema.exceptions.ValidationError: [{'domain': ['...', '...', '...'], 'keywords': ['...', '...', '...']}] is not of type 'object'
Edited by Tin Hang Chui