% TL-GPRSM documentation master file, created by
% sphinx-quickstart on Thu Mar 30 18:57:34 2023.
% You can adapt this file completely to your liking, but it should at least
% contain the root `toctree` directive.
# Welcome to TL-GPRSM's documentation!
```{toctree}
:maxdepth: 3
:caption: Contents
:collapse: False
```
## Install
You can install TL-GPRSM with pip.
```
pip install TL-GPRSM
```
or
```
pip install git+https://github.com/SaidaTaisei/TL-GPRSM
```
## Tutorials
Example implementation in jupyter notebook
Tutorial is here
## Main module
- TL_GPRSM.models.GPRSM module
- TL_GPRSM.utils.sampling module
- TL_GPRSM.utils.metrics module
## Indices and tables
* {ref}`genindex`
* {ref}`modindex`
* {ref}`search`