bappctl
bappctl
Any pointers on this issue. "I uncommented step_3.add_hyperparameter(name='use_columns', argument_type=ArgumentType.VALUE, data=(2,3,4,5,6))" and fails Thanks
Also I noticed this comment. Is this something to do with this? 
Tried running directly with d3 engine as suggested for telemanom. [example_pipeline_1.txt](https://github.com/datamllab/tods/files/6371036/example_pipeline_1.txt) **(.json extension renamed for upload)** ``` #!/bin/bash python3 -m d3m runtime fit-produce -p example_pipeline_1.json -r yahoo_sub_5/TRAIN/problem_TRAIN/problemDoc.json -i yahoo_sub_5/TRAIN/dataset_TRAIN/datasetDoc.json -t...
If I remove below use_columns hyperparam from pipeline atleast it's not erroring out as above (though not sure whether it's doing the job) ``` , "hyperparams": { "use_semantic_types": { "type":...
Is this taken care in next release. When the next release planned. Thanks
Thanks for the info. Kindly update here after this issue is fixed.
@lhenry15 Is this fixed
> @bappctl When you are using this hyperparameter '**step_3.add_hyperparameter(name='use_columns', argument_type=ArgumentType.VALUE, data=(2,3,4,5,6))**', can you make sure that there are column 2, 3, 4, 5, 6 in the data? I suspect that...