Giter Club home page Giter Club logo

econsieve's Introduction

counter

yäääy!

econsieve's People

Contributors

gboehl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

econsieve's Issues

package-level ideas

Not a priority now, can discuss which a re more desireable:

  • unit tests
  • requirements.txt
  • tests run on Github Actions
  • black/isort
  • type annotations and mypy/pyright for type stability
  • docs show package API

make package API explicit

from .ukf import *
from .sigma_points import *
from .kalman_filter import *

One point to explore API is looking at __init__.py - my suggestion is to make explicict what is being imported from the package.

For example:

from kalman_filter import  *

can be (if reshape_z() is needed for end user):

from kalman_filter import KalmanFilter, reshape_z 

This should help to choose what needs to be documented.

minimal stand-alone code example

It was intended as a stand-alone package, but currently I am only using the package in conjunction with pydsge, though this is not strictly necessary.

@gboehl - can you think of a minimal code (outside pydsge) that allows demonstarte usage of econsieve? Thank should help guide refatoring of README on next step. Many thanks!

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.