Giter VIP home page Giter VIP logo

tsb-uad's People

Contributors

bogireddytejareddy avatar boniolp avatar johnpaparrizos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tsb-uad's Issues

numpy version

I tried to install the package with "pip install -r requirements.txt" but it seems there is a problem with numpy versions which different packages required. for example this error:
The conflict is caused by:
The user requested numpy==1.18.5
arch 5.0.1 depends on numpy>=1.17
h5py 2.10.0 depends on numpy>=1.7
hurst 0.0.5 depends on numpy>=1.10
matrixprofile 1.1.10 depends on numpy>=1.16.2
pandas 1.3.3 depends on numpy>=1.17.3
pmdarima 1.8.2 depends on numpy~=1.19.0

when I tried to fixed the error with another numpy version, I faced with similar errors
Uploading 19.png…
!

benchmark error & install_requires version

Hi, I tried to run the benchmark of yahoo a1 real data with lstm.
I wrote the code based on your example.

results = tsb_uad(data, label, 'LSTM', metric='all')

Then, an error came out,

No module named 'TSB_UAD.vus.affiliation'

I think maybe you need to add __init__.py in TSB_UAD/vus/affiliation.

In addition, versions of requires in setup.py and requirements.txt are quiet different. For now, I deleted install_requires in setup.py. Some of these versions are very old, can you tell me how to modify them better?

IndexError: index 1 is out of bounds for axis 1 with size 1

I am trying to apply series2graph (from TSB_UAD.models.series2graph import Series2Graph) to my data set. However, once I run the following code :

label = df[:max_length,1].astype(int)

Result is :

IndexError Traceback (most recent call last)
Cell In[21], line 1
----> 1 label = df[:max_length,1].astype(int)

IndexError: index 1 is out of bounds for axis 1 with size 1

When I apply the dataset uploaded to https://github.com/TheDatumOrg/TSB-UAD/tree/main/data/benchmark/ECG, no errors occur.

Please help me solve this issue.

Thanks in advance

dataset download and processing?

Hey!
I was wondering if you had any code for downloading and processing the datasets so I could reproduce your benchmarks.
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.