Git Product home page Git Product logo

knarrow's People

Contributors

incognito124 avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

knarrow's Issues

C-fitting method

My own analytical method of finding the knee. More details in the future

Make mypy happy

mypy complains about a missing decorator typings so I should really spend some time to fix that

CI/CD pipeline

It would be awesome to write a cicd pipeline to run tests and coverage I've successfully setup at my local computer

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/build-and-publish.yml
  • actions/setup-python v5
.github/workflows/lint-and-test.yml
  • actions/setup-python v5
pep621
pyproject.toml
  • cli/typer ==0.9.0

  • Check this box to trigger a request for Renovate to run again on this repository

automatize pypi release on tag with tbump

By using various internet resources, I'm going to automatize the pypi release process with tbump

workflow:

  1. augment the version with tbump
  2. it does some magic and tags a commit
  3. push of the tag triggers a release job
  4. release job builds knarrow stuff and pushes it to pypi
    4a. I might even add the documentation stuff update as well

Detection of knee types

There are 4 main types of trends in the data:

  1. decreasing, convex (think 1/x)
  • f'(x) < 0, f''(x) > 0
  1. increasing, cconcave (think 1-exp(-x))
  • f'(x) > 0, f''(x) < 0
  1. decreasing, concave (think ln(-x))
  • f'(x) < 0, f''(x) < 0
  1. increasing, convex (think exp(x))
  • f'(x) > 0, f''(x) > 0

a simple infographics which help understand how the knees are numbered:

______________
| 2  ____  3 |
|  /      \  |
| |        | |
| |        | |
| |        | |
|  \ ____ /  |
| 1        4 |
______________

after detection there should be a conversion to a standard knee type (im in favour of 2)

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.