HomeDatasetspolymathic-ai/shear_flow
S

polymathic-ai/shear_flow

Time Series Forecasting · polymathic-ai· 22.6K
cc-by-4.0

How To Load from HuggingFace Hub Be sure to have the_well installed (pip install the_well) Use the WellDataModule to retrieve data as follows: from the_well.data import WellDataModule # The following line may take a couple of minutes to instantiate the datamodule datamodule = WellDataModule( "hf://datasets/polymathic-ai/", "shear_flow", ) train_dataloader = datamodule.train_dataloader() for batch in dataloader: # Process training batch ... Periodic… See the full description on the dataset page: https://huggingface.co/datasets/polymathic-ai/shear_flow.

Open in MLForge Sign up free Desktop app
# download instantly
mlforge datasets pull polymathic-ai/shear_flow

Dataset details

Task
Time Series Forecasting
Language
en
License
cc-by-4.0
Creator
polymathic-ai
Downloads
22.6K
Source
huggingface_datasets
Updated
2025-04-10

About polymathic-ai/shear_flow

1. Be sure to have thewell installed (pip install thewell) 2. Use the WellDataModule to retrieve data as follows: