Skip to content

SequenceLearner does not fulfill API for data #223

Open
@jbweston

Description

@jbweston

The keys in data for the SequenceLearner are not just the points in the domain: they are tuples that also contain some index into the sequence of values.

This does not conform to the API for data which is:

    data : dict: X → Y
        `function` evaluated at certain points.

where X was previously defined to be the domain of the function being learned.

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