alpbench.pipeline.Initializer¶
Classes
This abstract class initially queries instances of the data to costruct the set of labeled data. |
|
|
Randomly selects a subset of the unlabeled data to be queried. |
- class alpbench.pipeline.Initializer.Initializer[source]¶
Bases:
ABCThis abstract class initially queries instances of the data to costruct the set of labeled data.
- class alpbench.pipeline.Initializer.RandomInitializer(seed)[source]¶
Bases:
InitializerRandomly selects a subset of the unlabeled data to be queried.
- Parameters:
seed (int) – The seed for the random number generator.
- qs¶
RandomSampling class from skactiveml.pool.
- Type:
class