activeLearningConfig property

ActiveLearningConfig? activeLearningConfig
final

Parameters that configure the active learning pipeline. Active learning will label the data incrementally via several iterations. For every iteration, it will select a batch of data based on the sampling strategy.

Implementation

final ActiveLearningConfig? activeLearningConfig;