Skip to content

Commit

Permalink
Update links to the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Dec 24, 2023
1 parent 8bb7fef commit 92ea9ac
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: software
authors:
- given-names: Michael
family-names: Rapp
repository-code: 'https://github.com/mrapp-ke/Boomer'
repository-code: 'https://github.com/mrapp-ke/MLRL-Boomer'
license: MIT
preferred-citation:
type: proceedings
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI version](https://badge.fury.io/py/mlrl-boomer.svg)](https://badge.fury.io/py/mlrl-boomer)
[![Documentation Status](https://readthedocs.org/projects/mlrl-boomer/badge/?version=latest)](https://mlrl-boomer.readthedocs.io/en/latest/?badge=latest)
[![Build](https://github.com/mrapp-ke/Boomer/actions/workflows/test_build.yml/badge.svg)](https://github.com/mrapp-ke/Boomer/actions/workflows/test_build.yml)
[![Code style](https://github.com/mrapp-ke/Boomer/actions/workflows/test_format.yml/badge.svg)](https://github.com/mrapp-ke/Boomer/actions/workflows/test_format.yml)
[![Build](https://github.com/mrapp-ke/MLRL-Boomer/actions/workflows/test_build.yml/badge.svg)](https://github.com/mrapp-ke/MLRL-Boomer/actions/workflows/test_build.yml)
[![Code style](https://github.com/mrapp-ke/MLRL-Boomer/actions/workflows/test_format.yml/badge.svg)](https://github.com/mrapp-ke/MLRL-Boomer/actions/workflows/test_format.yml)
[![X URL](https://img.shields.io/twitter/url?label=Follow&style=social&url=https%3A%2F%2Ftwitter.com%2FBOOMER_ML)](https://twitter.com/BOOMER_ML)

**Important links:** [Documentation](https://mlrl-boomer.readthedocs.io) | [Issue Tracker](https://github.com/mrapp-ke/Boomer/issues) | [Changelog](CHANGELOG.md) | [Contributors](CONTRIBUTORS.md) | [Code of Conduct](CODE_OF_CONDUCT.md)
**Important links:** [Documentation](https://mlrl-boomer.readthedocs.io) | [Issue Tracker](https://github.com/mrapp-ke/MLRL-Boomer/issues) | [Changelog](CHANGELOG.md) | [Contributors](CONTRIBUTORS.md) | [Code of Conduct](CODE_OF_CONDUCT.md)

This software package provides the official implementation of **BOOMER - an algorithm for learning gradient boosted multi-label classification rules** that integrates with the popular [scikit-learn](https://scikit-learn.org) machine learning framework.

Expand Down Expand Up @@ -74,4 +74,4 @@ For an overview of changes and new features that have been included in past rele

This project is open source software licensed under the terms of the [MIT license](LICENSE.md). We welcome contributions to the project to enhance its functionality and make it more accessible to a broader audience. A frequently updated list of contributors is available [here](CONTRIBUTORS.md).

All contributions to the project and discussions on the [issue tracker](https://github.com/mrapp-ke/Boomer/issues) are expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
All contributions to the project and discussions on the [issue tracker](https://github.com/mrapp-ke/MLRL-Boomer/issues) are expected to follow the [code of conduct](CODE_OF_CONDUCT.md).
4 changes: 2 additions & 2 deletions doc/development/coding_standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To be able to detect problems with the project's source code early during develo
.. warning::
Tests for the C++ code are only executed if the project has been compiled with testing support enabled. As described in the section :ref:`build_options`, testing support is enabled by default.

The unit and integration tests are run automatically on a `CI server <https://en.wikipedia.org/wiki/Continuous_integration>`__ whenever relevant parts of the source code have been modified. For this purpose, we rely on the infrastructure provided by `Github Actions <https://docs.github.com/en/actions>`__. A track record of past test runs can be found in the `Github repository <https://github.com/mrapp-ke/Boomer/actions>`__.
The unit and integration tests are run automatically on a `CI server <https://en.wikipedia.org/wiki/Continuous_integration>`__ whenever relevant parts of the source code have been modified. For this purpose, we rely on the infrastructure provided by `Github Actions <https://docs.github.com/en/actions>`__. A track record of past test runs can be found in the `Github repository <https://github.com/mrapp-ke/MLRL-Boomer/actions>`__.

.. _codestyle:

Expand Down Expand Up @@ -89,4 +89,4 @@ In order to automatically format the project's source files according to our sty
.. note::
If you want to format only the C++ source files, you can specify the build target ``format_cpp`` instead of ``format``. Accordingly, the target ``format_python`` may be used to format only the Python source files.

Whenever any source files have been modified, a `Github Action <https://docs.github.com/en/actions>`__ is run automatically to verify if they adhere to our code style guidelines. The result of these runs can be found in the `Github repository <https://github.com/mrapp-ke/Boomer/actions>`__.
Whenever any source files have been modified, a `Github Action <https://docs.github.com/en/actions>`__ is run automatically to verify if they adhere to our code style guidelines. The result of these runs can be found in the `Github repository <https://github.com/mrapp-ke/MLRL-Boomer/actions>`__.
2 changes: 1 addition & 1 deletion doc/misc/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Citations of BOOMER
In the following, we provide a selection of interesting publications that have made use of the BOOMER algorithm in experimental studies or by building upon its code for the implementation of novel machine learning approaches.

.. note::
If you are the author of a paper that you would like to be presented in this section, feel free to reach out to us via the project's `issue tracker <https://github.com/mrapp-ke/Boomer/issues>`_.
If you are the author of a paper that you would like to be presented in this section, feel free to reach out to us via the project's `issue tracker <https://github.com/mrapp-ke/MLRL-Boomer/issues>`_.

pRSL: Interpretable Multi-label Stacking by Learning Probabilistic Rules
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
6 changes: 3 additions & 3 deletions python/subprojects/boosting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ def find_extensions(directory):
long_description_content_type='text/markdown',
author='Michael Rapp',
author_email='[email protected]',
url='https://github.com/mrapp-ke/Boomer',
download_url='https://github.com/mrapp-ke/Boomer/releases',
url='https://github.com/mrapp-ke/MLRL-Boomer',
download_url='https://github.com/mrapp-ke/MLRL-Boomer/releases',
project_urls={
'Documentation': 'https://mlrl-boomer.readthedocs.io/en/latest',
'Issue Tracker': 'https://github.com/mrapp-ke/Boomer/issues',
'Issue Tracker': 'https://github.com/mrapp-ke/MLRL-Boomer/issues',
},
license='MIT',
classifiers=[
Expand Down
6 changes: 3 additions & 3 deletions python/subprojects/common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ def find_dependencies(requirements_file, dependency_names):
long_description_content_type='text/markdown',
author='Michael Rapp',
author_email='[email protected]',
url='https://github.com/mrapp-ke/Boomer',
download_url='https://github.com/mrapp-ke/Boomer/releases',
url='https://github.com/mrapp-ke/MLRL-Boomer',
download_url='https://github.com/mrapp-ke/MLRL-Boomer/releases',
project_urls={
'Documentation': 'https://mlrl-boomer.readthedocs.io/en/latest',
'Issue Tracker': 'https://github.com/mrapp-ke/Boomer/issues',
'Issue Tracker': 'https://github.com/mrapp-ke/MLRL-Boomer/issues',
},
license='MIT',
classifiers=[
Expand Down
6 changes: 3 additions & 3 deletions python/subprojects/seco/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ def find_extensions(directory):
long_description_content_type='text/markdown',
author='Michael Rapp',
author_email='[email protected]',
url='https://github.com/mrapp-ke/Boomer',
download_url='https://github.com/mrapp-ke/Boomer/releases',
url='https://github.com/mrapp-ke/MLRL-Boomer',
download_url='https://github.com/mrapp-ke/MLRL-Boomer/releases',
project_urls={
'Documentation': 'https://mlrl-boomer.readthedocs.io/en/latest',
'Issue Tracker': 'https://github.com/mrapp-ke/Boomer/issues',
'Issue Tracker': 'https://github.com/mrapp-ke/MLRL-Boomer/issues',
},
license='MIT',
classifiers=[
Expand Down
6 changes: 3 additions & 3 deletions python/subprojects/testbed/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ def find_dependencies(requirements_file, dependency_names):
long_description_content_type='text/markdown',
author='Michael Rapp',
author_email='[email protected]',
url='https://github.com/mrapp-ke/Boomer',
download_url='https://github.com/mrapp-ke/Boomer/releases',
url='https://github.com/mrapp-ke/MLRL-Boomer',
download_url='https://github.com/mrapp-ke/MLRL-Boomer/releases',
project_urls={
'Documentation': 'https://mlrl-boomer.readthedocs.io/en/latest',
'Issue Tracker': 'https://github.com/mrapp-ke/Boomer/issues',
'Issue Tracker': 'https://github.com/mrapp-ke/MLRL-Boomer/issues',
},
license='MIT',
classifiers=[
Expand Down

0 comments on commit 92ea9ac

Please sign in to comment.