AI0-001 • Practice Test 34
Free AI0-001 practice test — 15 questions with explanations. Set 34. No signup required.
Refer to the exhibit. A batch inference job fails with the given logs. What is the most likely root cause of the failure?
Refer to the exhibit.
```
2024-09-17 10:15:23 ERROR Model inference failed: ValueError: Input contains NaN, infinity or a value too large for dtype('float64').
2024-09-17 10:15:23 WARNING Preprocessing step 'normalize' received missing values for feature 'age'.
2024-09-17 10:15:23 INFO Current input row: {'age': nan, 'income': 50000, 'score': 0.75}
2024-09-17 10:15:23 ERROR Batch processing halted after 1000 successful rows.
```