You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Conditions:
payload_size_average
in configuration under the extra features (which is not included in the model's features)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.
The text was updated successfully, but these errors were encountered: