deeplay.activelearning.strategies.strategy Module#

Classes#

ActiveLearningDataset(dataset)

Annotated(*args, **kwargs)

Add context specific metadata to a type.

Application(*args, **kwargs)

BinaryIO()

Typed version of the return of open() in binary mode.

ForwardRef(arg[, is_argument, module, is_class])

Internal wrapper to hold a forward reference.

Generic()

Abstract base class for generic types.

IO()

Generic base class for TextIO and BinaryIO.

Protocol()

Base class for protocol classes.

Strategy(*args, **kwargs)

SupportsAbs(*args, **kwargs)

An ABC with one abstract method __abs__ that is covariant in its return type.

SupportsBytes(*args, **kwargs)

An ABC with one abstract method __bytes__.

SupportsComplex(*args, **kwargs)

An ABC with one abstract method __complex__.

SupportsFloat(*args, **kwargs)

An ABC with one abstract method __float__.

SupportsIndex(*args, **kwargs)

An ABC with one abstract method __index__.

SupportsInt(*args, **kwargs)

An ABC with one abstract method __int__.

SupportsRound(*args, **kwargs)

An ABC with one abstract method __round__ that is covariant in its return type.

Text

alias of str

TextIO()

Typed version of the return of open() in text mode.

TypeVar(name, *constraints[, bound, ...])

Type variable.