Azure / InferenceSchema

Schema decoration for inference code
MIT License
37 stars 13 forks source link

Change apply_column_names default to false #55

Closed trangevi closed 2 years ago

trangevi commented 2 years ago

With the change to handling for different pandas splits, applying column names can result in breaking incoming dataframes when provided with a dictionary representation, as the key order isn't guaranteed to be consistent. A 'values' orient is likely the only one which could benefit from the parameter.