Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
41e34999
Unverified
Commit
41e34999
authored
Jul 30, 2024
by
Nikita Titov
Committed by
GitHub
Jul 29, 2024
Browse files
[docs] add conda version badge (#6576)
parent
b33f412c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+1
-0
python-package/README.rst
python-package/README.rst
+3
-1
No files found.
README.md
View file @
41e34999
...
@@ -14,6 +14,7 @@ Light Gradient Boosting Machine
...
@@ -14,6 +14,7 @@ Light Gradient Boosting Machine
[

](https://github.com/microsoft/LightGBM/blob/master/LICENSE)
[

](https://github.com/microsoft/LightGBM/blob/master/LICENSE)
[

](https://pypi.org/project/lightgbm)
[

](https://pypi.org/project/lightgbm)
[

](https://pypi.org/project/lightgbm)
[

](https://pypi.org/project/lightgbm)
[

](https://anaconda.org/conda-forge/lightgbm)
[

](https://cran.r-project.org/package=lightgbm)
[

](https://cran.r-project.org/package=lightgbm)
[

](https://www.nuget.org/packages/LightGBM)
[

](https://www.nuget.org/packages/LightGBM)
...
...
python-package/README.rst
View file @
41e34999
LightGBM Python-package
LightGBM Python-package
=======================
=======================
|License| |Python Versions| |PyPI Version| |PyPI Downloads| |conda Downloads| |API Docs|
|License| |Python Versions| |PyPI Version| |PyPI Downloads| |conda
Version| |conda
Downloads| |API Docs|
Installation
Installation
------------
------------
...
@@ -296,6 +296,8 @@ To check that a contribution to the package matches its style expectations, run
...
@@ -296,6 +296,8 @@ To check that a contribution to the package matches its style expectations, run
:target: https://pypi.org/project/lightgbm
:target: https://pypi.org/project/lightgbm
.. |PyPI Downloads| image:: https://img.shields.io/pepy/dt/lightgbm?logo=pypi&logoColor=white&label=pypi%20downloads
.. |PyPI Downloads| image:: https://img.shields.io/pepy/dt/lightgbm?logo=pypi&logoColor=white&label=pypi%20downloads
:target: https://pepy.tech/project/lightgbm
:target: https://pepy.tech/project/lightgbm
.. |conda Version| image:: https://img.shields.io/conda/vn/conda-forge/lightgbm?logo=conda-forge&logoColor=white&label=conda
:target: https://anaconda.org/conda-forge/lightgbm
.. |conda Downloads| image:: https://img.shields.io/conda/d/conda-forge/lightgbm?logo=conda-forge&logoColor=white&label=conda%20downloads
.. |conda Downloads| image:: https://img.shields.io/conda/d/conda-forge/lightgbm?logo=conda-forge&logoColor=white&label=conda%20downloads
:target: https://anaconda.org/conda-forge/lightgbm/files
:target: https://anaconda.org/conda-forge/lightgbm/files
.. |API Docs| image:: https://readthedocs.org/projects/lightgbm/badge/?version=latest
.. |API Docs| image:: https://readthedocs.org/projects/lightgbm/badge/?version=latest
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment