Conditions:
- Have a scikit model, e.g. the test model
- Have
payload_size_average in configuration under the extra features (which is not included in the model's features)
- Run
irawlog pipeline.
Result:
Key error for payload_size_average when predicting.
Note: I haven't tested it with a pyspark model, but it shouldn't be a problem since the part of the code that throws key error is only used in the scikit-learn workflow.