Skip to content

RUrlus/PointPredictionUncertainty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Point Prediction Uncertainty

A research package for estimation of point prediction uncertainty estimation

Installation

git clone https://github.com/RUrlus/PointPredictionUncertainty
cd PointPredictionUncertainty
pip install -e . -v

Contributing

Git conventions

We are using a squash-merge strategy, this means that all the commits are squashed (combined) into a single commit during the merge. This makes it easier to keep a clean history. Note that pull request should have a title that adheres to the below convention.

The title should have the following structure:

<type>[(optional scope)]: <description>

Where <type> is one of:

  • build: Changes that affect the build system (pyproject.toml) or dependencies
  • cicd: Changes to our CI configuration files and scripts
  • chore: A task such bumping the version for a release
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, ...)
  • test: Changes that affect tests
  • notebook: Addition or change to a notebook

The scope is much more flexible but can be a portion of the code, e.g. pipelines, model or a specific feature or model variant, e.g. random-forest

For example:

fix(dags): Correct dependency of nodes

Node `charlie` depended on `beta` instead of on `alpha`

Please make sure to remove the prefix from the squash commit message. In the set-autocomplete the drop-down by select Customize merge commit message and make sure that the message follows the title convention.

See Conventional Commits for details. The types are based of angular's types.

Authors

This package is developed by INGA WBAA

About

A research package for point prediction uncertainty estimation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published