Skip to content

ensure that idempotency is preserved. #36

Description

@github-actions

https://api.github.com/psykei/psyki-python/blob/d1f30c225397da708932d38146c98de769a9c4ca/test/psyki/fuzzifiers/test_lukasiewicz.py#L66

    )
    functions = fuzzifier.visit(knowledge)

    def disabled_test_on_dataset(self):
        # TODO: ensure that idempotency is preserved.
        dataset = SpliceJunction.get_train()
        x, y = dataset.iloc[:, :-1], dataset.iloc[:, -1:]
        y = np.eye(3)[y.astype(int)].reshape([y.shape[0], 3])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions