Skip to content

Commit 31cf5fe

Browse files
committed
add badges to readme
1 parent dd7b020 commit 31cf5fe

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
# boruta_py #
22

3-
[![License](https://img.shields.io/github/license/scikit-learn-contrib/boruta_py)](https://github.com/scikit-learn-contrib/boruta_py/blob/master/LICENSE)
4-
[![PyPI version](https://badge.fury.io/py/Boruta.svg)](https://badge.fury.io/py/Boruta)
5-
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/boruta_py/badges/version.svg)](https://anaconda.org/conda-forge/boruta_py)
3+
| | |
4+
| --- | --- |
5+
| **Open Source** | [![License](https://img.shields.io/github/license/scikit-learn-contrib/boruta_py)](https://github.com/scikit-learn-contrib/boruta_py/blob/master/LICENSE) |
6+
| **Code** | [![PyPI version](https://badge.fury.io/py/Boruta.svg)](https://badge.fury.io/py/Boruta) [![Anaconda-Server Badge](https://anaconda.org/conda-forge/boruta_py/badges/version.svg)](https://anaconda.org/conda-forge/boruta_py) |
7+
| **Downloads** | [![Monthly Downloads](https://img.shields.io/pypi/dm/boruta_py)](https://img.shields.io/pypi/dm/boruta) [![Downloads](https://static.pepy.tech/personalized-badge/boruta?period=total&units=international_system&left_color=grey&right_color=green&left_text=total-downloads%20(pypi))](https://pepy.tech/project/boruta_py)|
8+
| **Meta** | [![GitHub contributors](https://img.shields.io/github/contributors/scikit-learn-contrib/boruta_py?logo=GitHub)](https://github.com/scikit-learn-contrib/boruta_py/graphs/contributors) [![first-timers](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat)](https://www.firsttimersonly.com/) |
9+
| **Testing** | [![Test boruta](https://github.com/scikit-learn-contrib/boruta_py/actions/workflows/test_package.yml/badge.svg?branch=master)](https://github.com/scikit-learn-contrib/boruta_py/actions/workflows/test_package.yml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |
10+
<div align="center">
11+
12+
13+
</div>
14+
15+
16+
17+
18+
619

720
This project hosts Python implementations of the [Boruta all-relevant feature selection method](https://www.jstatsoft.org/article/view/v036i11).
821

0 commit comments

Comments
 (0)