I get this error after loading the rforecast package
`
import rforecast
data = [509, 506, 340, 240, 219, 172, 252, 221, 276, 271, 342, 428, 442, 432, 437]
rforecast.converters.sequence_as_series(data, start=1980)
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'module' object has no attribute 'converters'
`
How do I correct it?
I get this error after loading the rforecast package
`
How do I correct it?