Skip to content

bug #25

Open
Open
bug#25
@jakekrell

Description

@jakekrell
  • way3=True with less than 3 input variables does not return a user-friendly error/warning
  • suggested solution is to add the following check inside of fit after calling the optional clean but before diving into the fitting/training routine:
if self.way3 is True and self.inputs.shape[1] < 3:
    way3 = False
    warnings.warn("'way3' set to False since less than three input variables." category=UserWarning)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions