Compare commits

...

2 Commits

Author SHA1 Message Date
Gene e27211ffc4
Merge pull request #234 from Learnware-LAMDA/github_link
[DOC] add the github link
2024-02-29 16:31:37 +08:00
GeneLiuXe f9e7365fc7 [DOC] add the github link 2024-02-29 16:30:14 +08:00
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ As a developer, you often want make changes to ``learnware`` and hope it would r
.. code-block:: bash
$ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware
$ git clone https://github.com/Learnware-LAMDA/Learnware.git && cd Learnware
$ pip install -e .[dev]
.. note::

View File

@ -168,7 +168,7 @@ The results are depicted in the following table and figure. Similarly, even when
Get Start Examples
=========================
Examples for `Tabular, Text` and `Image` data sets are available at `Learnware Examples <https://www.gitlink.org.cn/beimingwu/learnware/tree/main/examples>`_. You can run { workflow.py } directly to reproduce related experiments.
Examples for `Tabular, Text` and `Image` data sets are available at `Learnware Examples <https://github.com/Learnware-LAMDA/Learnware/tree/main/examples>`_. You can run { workflow.py } directly to reproduce related experiments.
We utilize the `fire` module to construct our experiments.
Table Examples

View File

@ -36,7 +36,7 @@ Also, Users can install ``learnware`` by the source code according to the follow
.. code-block:: bash
$ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware
$ git clone https://github.com/Learnware-LAMDA/Learnware.git && cd Learnware
$ pip install -e .[dev]
.. note::

View File

@ -91,7 +91,7 @@ if __name__ == "__main__":
name=NAME,
version=VERSION,
license="Apache-2.0 Licence",
url="https://www.gitlink.org.cn/beimingwu/learnware",
url="https://github.com/Learnware-LAMDA/learnware",
packages=find_packages(),
include_package_data=True,
description=DESCRIPTION,