Skip to content

Commit e46242e

Browse files
committed
updating README with codecov
1 parent 5e36fb1 commit e46242e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MRCpy
22

33
[![Build Status](https://travis-ci.org/MachineLearningBCAM/MRCpy.svg?branch=main)](https://travis-ci.org/github/MachineLearningBCAM/MRCpy)
4-
[![Coverage Status](https://codecov.io/gh/MachineLearningBCAM/MRCpy/branch/master/graph/badge.svg?)](https://codecov.io/gh/MachineLearningBCAM/MRCpy)
4+
[![Coverage Status](https://img.shields.io/codecov/c/github/MachineLearningBCAM/MRCpy)](https://codecov.io/gh/MachineLearningBCAM/MRCpy)
55

66
Different variations of Minimax Risk Classifiers(MRC) using different loss functions and uncertainity set of distributions.
77

@@ -13,7 +13,8 @@ The variants available here are -
1313
4) MRC with log loss and fixed instances' marginals (CMRC.py)
1414

1515
# Installation
16-
[![Generic badge](https://img.shields.io/badge/Python-2.X|3.X-blue.svg)](https://shields.io/)<br/>
16+
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
17+
<br/>
1718

1819
From a terminal (OS X & linux), you can install ``MRCpy`` and its requirements directly by running the setup.py script as follows
1920

0 commit comments

Comments
 (0)