Count#

from tmlt.synthetics import Count
class tmlt.synthetics.Count(groupby_columns, weight=1, count_column='count')#

Bases: WeightedMarginal

A marginal count.

answer(source_id, keyset, session, budget, clamping_bounds)#

Returns an answer to the Count marginal.

Return type:

List[MarginalAnswer]

property output_column: str#

The name of the count column.

__str__()#

String representation of this Count.

Return type:

str