judgyprophet icon indicating copy to clipboard operation
judgyprophet copied to clipboard

Correction for the docstring for judgyprophet.fit()

Open Andrew47658 opened this issue 3 years ago • 0 comments

The docstring for judgyprophet.fit() states:

:param actuals: A pandas series of the actual timeseries to forecast.
            It is assumed there are no missing data points,
            i.e. x[1] is the observation directly following x[0], etc.

But I believe this argument should be named data, not actuals in the docstring. Thanks!

Andrew47658 avatar Oct 14 '22 11:10 Andrew47658