8000 get monthly working · Issue #61 · alexhallam/tablespoon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
get monthly working #61
Open
Open
@alexhallam

Description

@alexhallam

get this working

import tablespoon as tbsp
import pandas as pd
# from fabletools and tsibbledata
df = pd.read_csv('aus_retail.csv').assign(y=lambda x: x.Turnover)

print(df.head())
sn = tbsp.Snaive()
df_sn = sn.predict(
    df,
    horizon = 12,
    frequency = "M",
    lag = 12,
    uncertainty_samples = 2000,
).assign(model = "Snaive")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0