Code Monkey home page Code Monkey logo

harmonic's People

Contributors

alessiospuriomancini avatar alicjapolanska avatar cosmomatt avatar jasonmcewen avatar mmdocherty 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

harmonic's Issues

Added functionality to chain class

add_chains_2d_list(add chain in 2d array with list specifying the starts and ends)
and get_sub_chains (makes to chain instance pulling out certain chains)
functionality added to chain class to allow easy use in data handling module

Set up Travis CI to use educational account

Apparently we have been using a trial period of Travis CI, which is about to come to an end.

Need to set up to use educational github account so can use Travis CI for free with a private repo.

Set up chains data structure

Should store samples from multiple chains in single 2D numpy.ndarray with 1D chain starts index vector (with Nchains+1) elements where last element is total number of samples.

Write method to split multiple chains in many blocks

The user should specify the final number of blocks (i.e. new chains) and pass a Chains object with data initialised (can contain one or multiple chains).

We split each existing chain into new blocks, proportionally to the size of the current chains. Final blocks will end up contain slightly different numbers of samples (we don't ever want to throw away samples).

The main thing is that the blocks are independent.

Check model fitted

Add abstract method is_fitted to model.

In evidence module, check model is fitted.

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.