tigerforecast.problems.MyProblem

class tigerforecast.problems.MyProblem[source]

Description: Make dataset into tigerforecast problem class.

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__() Initialize self.
close() Not implemented
help() Description: prints information about this class and its methods
hidden() Description: Return the timestep corresponding to the last (observation, label) pair returned.
initialize(file[, X, y, T]) Description: Initialize the problem class.
step() Description: Moves time forward by one month and returns the corresponding observation and label.

Attributes

compatibles
spec