Orion icon indicating copy to clipboard operation
Orion copied to clipboard

A machine learning library for detecting anomalies in signals.

Results 87 Orion issues
Sort by recently updated
recently updated
newest added

* Orion version: N/A * Python version: N/A * Operating System: N/A ### Description I have looked for a definition of "severity" but haven't been able to find one. Is...

question

channel = 0 # index of channel to reconstruct y = X[:, :, channel:channel+1] # slice it out of X tgan.fit(X, y) Hi Sarah ,as u mentioned earlier that for...

Hello, can you share which paper these anomaly detection algorithms such as dummy, aer, etc. come from? thank you very much

* Orion version: 0.3.2 * Python version: python 3.7.13 * Operating System: linux ### Description Describe what you were trying to get done. Tell us what happened, what went wrong,...

Any chance Python 3.8 support coming soon? Apparently on Macintoshes Tensorflow Metal needs at least Python 3.8. Given that the new processors on Apple's Macintosh are very powerful it would...

question

* Orion version: Slightly modified Tulog Colab demo * Python version: * Operating System: WIndows ### Description Running the TadGAN pipeline, I set the batch_size to 32 rather than the...

### Description parameters = { 'mlprimitives.custom.timeseries_preprocessing.time_segments_aggregate#1': { "interval": 1 }, 'orion.primitives.aer.AER#1': { "epochs": 35, 'verbose': True }, } orion = Orion( pipeline='aer', hyperparameters=parameters ) anomalies = orion.fit_detect(df) ### What I...

question

* Orion version: Colab Demo slightly modified * Python version: 3.8 * Operating System: Windows/Chrome ### Description I modified the Colab demo to use my own data set (without any...

* Orion version: 0.3.1 * Python version: 3.7.12 * Operating System: windows * tensorflow: 1.15.5 ### Description Module Not Found Error: No module named ‘tensorflow.contrib ### What I Did This...

question

* Orion version:0.31 * Python version:3.7 * Operating System:windows10 ### Description Hello, I would like to ask how to create my own dataset, what format should it be, can you...

question