Skip to content

Commit

Permalink
Updated project details
Browse files Browse the repository at this point in the history
  • Loading branch information
jernsting committed Dec 7, 2022
1 parent 4fbabf2 commit 5e46ad3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
[![Python application](https://github.com/wwu-mmll/photonai_conformal/actions/workflows/lindandtest.yml/badge.svg)](https://github.com/wwu-mmll/photonai_conformal/actions/workflows/lindandtest.yml)
[![Coverage Status](https://coveralls.io/repos/github/wwu-mmll/photonai_conformal/badge.svg?branch=main&t=cFq2Sq)](https://coveralls.io/github/wwu-mmll/photonai_conformal?branch=main)
![GitHub](https://img.shields.io/github/license/wwu-mmll/photonai_conformal)
[![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2Fwwu_mmll)](https://twitter.com/wwu_mmll)
# photonai_conformal
Conformal predictions for photonai
PHOTONAI conformal enables simple usage of conformal predictions in photonai based on [mapie](https://mapie.readthedocs.io/en/latest/index.html).

## Project Setup
Install the latest version with pip
```
pip install git+https://github.com/wwu-mmll/photonai_conformal
```

## Features
- [X] Basic conformal predictions for photonai
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = photonai_conformal
description_file = README.md
long_description_content_type = text/markdown
author = wwu-mmll
author_email = insert_your@email
author = Jan Ernsting
author_email = j.ernsting@uni-muenster.de
url = https://github.com//photonai_conformal/
keywords=
machine learning
Expand Down

0 comments on commit 5e46ad3

Please sign in to comment.