Home

OddA

oddA is a modular open-source framework designed for time-series analysis and anomaly detection. It provides tools for data ingestion, preprocessing, model construction, evaluation, and deployment, enabling practitioners to build scalable anomaly-detection workflows across heterogeneous data sources.

oddA originated from the OddA Consortium, formed by researchers from universities and industry in 2022 to address

The framework uses a dual-channel architecture with odd and even processing streams that run in parallel and

Supported algorithms include robust regression, isolation forests, autoencoders, and Bayesian change-point detectors. Evaluation supports cross-validation, backtesting,

OddA is used in industrial monitoring, energy management, and financial services for detecting anomalies, faults, and

The project has an active user community, tutorials, and contributor guidelines. Critics note a learning curve

See also: anomaly detection; time-series analysis; data science software.

fragmentation
in
time-series
analytics.
The
first
public
release
appeared
in
2023,
with
ongoing
development
and
community
contributions
through
2025.
can
be
fused
for
robust
detection.
It
includes
data
connectors
for
CSV,
JSON,
SQL
databases,
and
streaming
platforms
such
as
Kafka;
preprocessing
steps
for
missing
data,
normalization,
and
windowing;
and
a
model
zoo
that
allows
mixing
conventional
statistical
models
with
neural
architectures.
and
multiple
precision-recall
metrics.
It
can
export
models
to
standard
formats
and
deploy
to
cloud
or
edge
environments.
fraud,
especially
when
data
arrive
irregularly
or
at
varying
rates.
and
resource
demands
for
complex
models,
though
modularity
allows
scaling.