Merlion icon indicating copy to clipboard operation
Merlion copied to clipboard

Merlion: A Machine Learning Framework for Time Series Intelligence

Results 38 Merlion issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am sure I have installed the pacakage "salesforce-merlion". However, when I run "from merlion.utils import UnivariateTimeSeries", I met the problem "ModuleNotFoundError: No module named 'merlion" **Screenshots**...

**Is your feature request related to a problem? Please describe.** The current evaluation metrics in `evaluate/anomaly.py` assume that a ground truth available. However, in many time series anomaly detection problems...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

![image](https://github.com/salesforce/Merlion/assets/48086850/3feb8780-3047-412a-98c9-bb209f873e19) explicit conversion in explicit conversion on line 87 on all_dt variable lead to TypeError: int() argument must be a string, a bytes-like object or a real number, not 'Timedelta'....

cla:signed

Introduced an enhancement to the library by adding support for Unsupervised Outlier Detection using the Local Outlier Factor (LOF) algorithm from the sklearn library. reference: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.LocalOutlierFactor.html

cla:signed

using the "--no-cache-dir" flag in pip install, make sure downloaded packages by pip don't cache on the system. This is a best practice that makes sure to fetch from a...

cla:signed

**Describe the bug** Thanks for such great package! I am following the jupyter notebook 1_AnomalyFeatures. I get the following error when the Prophet model is configured: TypeError: to_dict() missing 1...