GithubHelp home page GithubHelp logo

baeda-polito / matrix-profile Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 2 GB

Matrix Profile application in building energy field.

Home Page: https://www.sciencedirect.com/science/article/pii/S037877882200473X?casa_token=ingifeiAbY8AAAAA:Pz8XhBoZk1Pfm86yOy6X74hgccIJIVRzgUF_yxCa0Wu2u0keylRm61i37HHxYo87SiWcIuRFoA

License: MIT License

Python 99.21% Makefile 0.31% Dockerfile 0.48%
matrix-profile data-analytics docker energy energy-consumption python

matrix-profile's People

Contributors

robertochiosa avatar simonedeho avatar simvit17 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

matrix-profile's Issues

Update main entrypoint to accept input URL and output path arguments

Update the main entrypoint so it can receive two arguments:

  • The input dataset via an HTTP URL. The tool should then download the dataset from that URL; since it's a presigned URL, the tool would not need to deal with authentication—it can just download the dataset directly.
  • The local path to the output HTML report. The platform would then get that HTML report and upload it to the object storage service for the user to review later.

For example:

$ python -m src.cmp.main --input https://presigned-download-url.com --output /tmp/output.html
⬇️ Downloading file from https://presigned-download-url.com
... [Execution logs] ... 
🎉 Report generated sucessfully on /tmp/output.html

If the tool fails for any reason, the platform would capture the error output and present it to the user. The following is an example of how the tool could show the errors:

$ python -m src.cmp.main --input https://presigned-download-url.com --output /tmp/output.html
🔴 The execution failed due to the following reasons:
* Reason 1
* Reason 2
* ...

Create a fork to mirror repository in MODERATE's GitHub organization

It would be nice if we could create a fork to mirror this repository in MODERATE's GitHub organization. That way, all the software projects of MODERATE would be available in the same catalogue, which would be much simpler for external users.

For example, we have already done something similar with LINKS' Cybersecurity-LINKS/trust-service, which has been forked into its own repository MODERATE-Project/trust-service.

Furthermore, this would greatly simplify integration with the Continuous Integration pipeline that builds the Docker images and publishes them to MODERATE's private registry.

Create documentation for basic tool usage

We should write documentation so that end users who are not familiar with the tool can learn the basic concepts to use it. For example:

  • What does the tool do?
  • What's the main interface of the tool?
  • What are the accepted input dataset formats? What columns should be included? What's the minimum time series interval for the tool to function?

The documentation could be added to the current repository as Markdown files. We would then copy it to the MODERATE Documentation site. Another option would be to push it directly to MODERATE's documentation repository.

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.