Git Product home page Git Product logo

explore_tigramite's Introduction

Goal

This project explores the possiblity of tigramite with different real-world dataset. It is in preparation of a user study that aim for improving the visualization of time series causal graph of tigramite.

Project Structure

├── src
│   ├── model     <- code of building prediction models.
│   ├── data      <- code for post-processing and pre-processing of raws dataset.
│   └── visualize <- source of visualization code.
│ 
├── data
│   ├── raw       <-raw data in the format of csv, etc.
│   │               (If an API to the source is avaliable commit the link.)
│   └── processed  <- processed data in the format of npz 
│                (The npz file can directly be put into tigramite dataframe)
│ 
├── model         <- built models based on tigramite for faster loading.
└── notebook      <- a collection of notebooks documenting experiments on different datasets. 

Note:

Keep a clean format of the notebook: ind-initial-name. Example: (01-kl-covid19-epi-exploration)

  • notebook structure:
    • title and experiment descriptions.
    • data processing (loading data from Google drive, convert data to numpy format, etc).
    • causality analysis using Tigramite.
    • user study notes or verbal analysis.

Resources in Learning More About Tigramite

explore_tigramite's People

Contributors

laurel1012 avatar keli95566 avatar

Stargazers

 avatar

Watchers

 avatar

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.