numalogic icon indicating copy to clipboard operation
numalogic copied to clipboard

Collection of operational time series ML models and tools

Results 51 numalogic issues
Sort by recently updated
recently updated
newest added

# Summary Support streaming generation of time series in synthetic module # Use Cases This can be useful in generating a streaming example, mostly coupled in a numaflow pipeline ---...

enhancement

# Summary Currently LSTM and Vanilla/Conv1d based models require a different shape of input. This creates a bit of confusion and can be simplified. What change needs making? Support same...

enhancement
good first issue

# Summary Add forecast based anomaly detection models, both uni-channel and muti-channel.

enhancement

1. Add Xgboost 2. Add Covariates Transformer Note: We will have to revisit on how to optimize imports for xgboost and darts

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

**Describe the bug** pipeline examples/multi_udf/numa-pl.yaml in main branch has .spec.edges[3].conditions is wrong, it has keyIn field where as the CRD requires tags field **To Reproduce** 1. git clone https://github.com/numaproj/numalogic.git 2....

bug

Explain what this PR does.

Explain what this PR does. This PR supports Anomaly Detection on fields that use valuesDoubleSketches. We add aggregations and postaggregations which run natively on druid. These sketches are converted to...