mescla.emma.model.emma

mescla.emma.model.emma(X, k=None, rule='one', standardize=True, variance_threshold=0.9)[source]

Functional interface to EMMA.

Returns the EMMAResult directly, for when you want the numbers rather than a fitted object.

Parameters:
  • X (Any)

  • k (int | None)

  • rule (Literal['one', 'variance', 'broken_stick', 'parallel'])

  • standardize (bool)

  • variance_threshold (float)

Return type:

EMMAResult