AirlinePassengers¶
Monthly number of international airline passengers.
The stream contains 144 items and only one single feature, which is the month. The goal is to predict the number of passengers each month by capturing the trend and the seasonality of the data.
Attributes¶
-
desc
Return the description from the docstring.
-
path
Methods¶
take
Iterate over the k samples.
Parameters
- k (int)