Giter Site home page Giter Site logo

imaging-time-series-to-improve-classification-and-imputation's People

Contributors

cauchyturing 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  avatar  avatar  avatar  avatar

imaging-time-series-to-improve-classification-and-imputation's Issues

Compatibility issue

I have compatibility issue
Can you indicate which pandas and numpy versions you used?
Thx

what is the python version?

Hi, My python version is 3.4.4. when run your code ,there are error :
missing patentheses in call to print
print "in window_time_series",series

Question about the polor coordinate conversion

  1. In the conversion to polor coordinate , the value is encoded as the angular cosine, and the angular is computed as in Eq (3) in your paper: \phi = arccos(xi), while in your released code, the angular is computed as phi = np.array(rescale(raw[k][1:])) * 2 * np.pi, it seems the arccos operation is missing?
  2. in the function:
def paaMarkovMatrix(paalist, levels):
    # Generate Markov Matrix given a spesicif number of quantile bins
    paaindex = []
    for each in paalist:
        for level in levels:
            if level.left <= each <= level.right:
                paaindex.append(k)
    return paaindex

what does the variable 'k' means?

Guidance on Inverse Gramian Angular Field

Hi,

In the paper, your mention of the Gramian Angular Field and its unique inverse map in the polar coordinate system.

I was wondering if it would be possible for you to provide any code or guidance regarding the implementation of the inverse Gramian Angular Field.

Best regards,
Jiping

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.