Skip to content

Commit 69ee1cd

Browse files
DOC add asv badge in readme (#145)
1 parent 8a180f6 commit 69ee1cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fastcan: A fast canonical-correlation-based greedy search algorithm
22
===================================================================
3-
|conda| |Codecov| |CI| |Doc| |PythonVersion| |PyPi| |ruff| |pixi|
3+
|conda| |Codecov| |CI| |Doc| |PythonVersion| |PyPi| |ruff| |pixi| |asv|
44

55
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/fastcan.svg
66
:target: https://anaconda.org/conda-forge/fastcan
@@ -26,6 +26,9 @@ fastcan: A fast canonical-correlation-based greedy search algorithm
2626
.. |pixi| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json&style=flat-square
2727
:target: https://pixi.sh
2828

29+
.. |asv| image:: https://img.shields.io/badge/benchmarked%20by-asv-blue.svg?style=flat
30+
:target: http://contrib.scikit-learn.org/fastcan/
31+
2932
fastcan is a greedy search algorithm that supports:
3033

3134
#. Feature selection

0 commit comments

Comments
 (0)