Open
Description
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.