The primitive d3m.primitives.data_transformation.extract_columns_by_structural_types.DataFrameCommon removes the d3mIndex column. But, the d3mIndex column is required in the final prediction output. Before we can simply add the column back to the prediction results. But, now with the official d3m runtime we cannot do that.
The primitive
d3m.primitives.data_transformation.extract_columns_by_structural_types.DataFrameCommon
removes thed3mIndex
column. But, thed3mIndex
column is required in the final prediction output. Before we can simply add the column back to the prediction results. But, now with the official d3m runtime we cannot do that.