From 31cf5fe5c8283054969a4a67e08f77bd87b974e6 Mon Sep 17 00:00:00 2001 From: solegalli Date: Wed, 12 Nov 2025 19:03:35 -0500 Subject: [PATCH 1/2] add badges to readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4160bb0..53e82c9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,21 @@ # boruta_py # -[![License](https://img.shields.io/github/license/scikit-learn-contrib/boruta_py)](https://github.com/scikit-learn-contrib/boruta_py/blob/master/LICENSE) -[![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) +| | | +| --- | --- | +| **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) | +| **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) | +| **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)| +| **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/) | +| **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) | +
+ + +
+ + + + + This project hosts Python implementations of the [Boruta all-relevant feature selection method](https://www.jstatsoft.org/article/view/v036i11). From cb685adaabdb0d6de2cd0b146d9e40a94fc66226 Mon Sep 17 00:00:00 2001 From: solegalli Date: Wed, 12 Nov 2025 19:05:29 -0500 Subject: [PATCH 2/2] fix downloads badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e82c9..3e41035 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | --- | --- | | **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) | | **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) | -| **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)| +| **Downloads** | [![Monthly Downloads](https://img.shields.io/pypi/dm/boruta)](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)| | **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/) | | **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) |