Upload your data or choose a preset, then generate forecasts.
Select from predefined datasets
Choose the DynaMix model to use for forecasting
Choose how many future steps to forecast
Select the embedding method for time series with dimension < model dimension
Normalize the data to zero mean and unit variance
Account for non-stationary trends in the data
Maximum number of steps to use as context from provided data (default: 2048)
📊 Data Format Requirements
NPY Files: Shape: (time_steps, dimensions) or (time_steps,)
(time_steps, dimensions)
(time_steps,)
CSV Files: Each column = one dimension, each row = one time step
⚡ Quick Start