Overview of Merlion model types
mainMerlion models are categorized into several functional groups:
- Anomaly Detection (
merlion.models.anomaly): Models designed to detect outliers or unusual patterns. - Forecast Models (
merlion.models.forecast): Models designed for time series forecasting. - Forecast-based Anomaly Detection (
merlion.models.anomaly.forecast_based): A subset of anomaly detection models that utilize forecasting models at their core. - Ensembles (
merlion.models.ensemble): Support for combining multiple models. - AutoML (
merlion.models.automl): Automated machine learning capabilities.