pawelknes
pawelknes
> I think it might simplify things if you use AddFields operator to add the classification: > > ```python > self.add_data_classification = AddFields({"data_classification": self.data_classification}) > multi_stream = MultiStream.from_iterables(dataset) > return...
> Hi @pawelknes . Thanks for the PR. It looks very good. > > Since the issue started, we saw the need for this expand beyond metrics. For example, a...
> > > Hi @pawelknes . Thanks for the PR. It looks very good. > > > Since the issue started, we saw the need for this expand beyond metrics....
@yoavkatz I've moved functionalities so that they can be used by any artifact. As for the operator responsible for verifications, I made it accepting either an artifact name (and read...
> @pawelknes - I think the next steps are: > > 1. Remove allow_passing_data_to_remote_api from settings. > 2. In class InferenceEngine(abc.ABC, Artifact): Make sure infer() checks data classification of the...