ncem.models.ModelInteractions

class ncem.models.ModelInteractions(input_shapes, l2_coef=0.0, l1_coef=0.0, use_interactions=False, use_domain=False, scale_node_size=False, output_layer='linear', **kwargs)[source]

Model class for interaction model, baseline and spatial model.

Methods

Parameters
  • l2_coef (Optional[float]) –

  • l1_coef (Optional[float]) –

  • use_interactions (bool) –

  • use_domain (bool) –

  • scale_node_size (bool) –

  • output_layer (str) –