Abacn commented on PR #21795:
URL: https://github.com/apache/beam/pull/21795#issuecomment-1152667883
Seems Unit tests are brocken:
```
self =
<apache_beam.ml.inference.sklearn_inference_test.SkLearnRunInferenceTest
testMethod=test_infer_invalid_data_type>
def test_infer_invalid_data_type(self):
with self.assertRaises(ValueError):
unexpected_input_type = [[1, 2, 3, 4], [5, 6, 7, 8]]
> inference_runner = SklearnModelLoader(model_uri=unused)
E NameError: name 'SklearnModelLoader' is not defined
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]