Giter Site home page Giter Site logo

dynsight's Introduction

maintainers:andrewtarzia
documentation:https://dynsight.readthedocs.io

Installation

To get dynsight, you can install it with pip:

$ pip install dynsight

Examples

There are examples available in the examples/ directory of this repository.

There are also examples available in the cpctools repository here <https://github.com/GMPavanLab/cpctools/tree/main/Examples>

How To Cite

If you use dynsight please cite

https://github.com/GMPavanLab/dynsight

Publications

  • people need to add PRs to mention these.

Acknowledgements

We developed this code when working in the Pavan group, https://www.gmpavanlab.com/, whose members often provide very valuable feedback, which we gratefully acknowledge.

Much of the original code in cpctools was written by Daniele Rapetti (Iximiel).

The work was funded by the European Union and ERC under projects DYNAPOL and the NextGenerationEU project, CAGEX.

docs/source/_static/EU_image.png

dynsight's People

Contributors

simonemartino98 avatar andrewtarzia avatar matteobecchi avatar

Stargazers

 avatar

Watchers

Massimo Delle Piane avatar  avatar  avatar

dynsight's Issues

Typo in LICENSE

There is a typo in the LICENSE file, it says

iCopyright

instead of

Copyright

Error in onion documentation

In the last paragraph of docs/build/html/onion.html from docs/source/onion.rst, the example of how to call the multi-dimensional clustering is wrong. Instead of

The code for performing clustering on multi time-series can be found in examples/onion_multi.py. The only difference in the usage is that when you run the script you have to specify all the input files, each one containing a different variable:
python3 onion_multi.py path/to/input/file_0.npy path/to/input/file_1.npy

it should be

The code for performing clustering on multi time-series can be found in examples/onion_multi.py. The only differences that the input file has to be an .npy or .npz containing a numpy.ndarray with shape (D, N, T), where D is the number of variables (2 or 3). Is is then called with
python3 onion_multi.py path/to/input/file.npy 

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.