| @@ -10,7 +10,7 @@ As a developer, you often want make changes to ``learnware`` and hope it would r | |||||
| .. code-block:: bash | .. 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] | $ pip install -e .[dev] | ||||
| .. note:: | .. note:: | ||||
| @@ -168,7 +168,7 @@ The results are depicted in the following table and figure. Similarly, even when | |||||
| Get Start Examples | 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. | We utilize the `fire` module to construct our experiments. | ||||
| Table Examples | Table Examples | ||||
| @@ -36,7 +36,7 @@ Also, Users can install ``learnware`` by the source code according to the follow | |||||
| .. code-block:: bash | .. 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] | $ pip install -e .[dev] | ||||
| .. note:: | .. note:: | ||||
| @@ -91,7 +91,7 @@ if __name__ == "__main__": | |||||
| name=NAME, | name=NAME, | ||||
| version=VERSION, | version=VERSION, | ||||
| license="Apache-2.0 Licence", | license="Apache-2.0 Licence", | ||||
| url="https://www.gitlink.org.cn/beimingwu/learnware", | |||||
| url="https://github.com/Learnware-LAMDA/learnware", | |||||
| packages=find_packages(), | packages=find_packages(), | ||||
| include_package_data=True, | include_package_data=True, | ||||
| description=DESCRIPTION, | description=DESCRIPTION, | ||||