functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
https://docs.functime.ai
Apache License 2.0
1.02k stars 55 forks source link

Quickstart fails because we cannot read git LFS parquet files #148

Closed baggiponte closed 9 months ago

baggiponte commented 9 months ago

Quickstart tests fail because we store the data under git LFS (e.g. here).

import polars as pl

y = pl.read_parquet(
    "https://github.com/functime-org/functime/raw/main/data/commodities.parquet"
)
topher-lo commented 9 months ago

Resolved by lfs uninstall