Hi, thank you for sharing this project.
I have a question about the following imports in the code:
from tsl import logger
from tsl.data import SpatioTemporalDataset, SpatioTemporalDataModule
from tsl.data.preprocessing import scalers
from tsl.experiment import Experiment
from tsl.metrics import torch_metrics
I am not sure whether tsl refers to an external Python package that needs to be installed separately, or whether it is a local module defined somewhere in this repository.
I tried looking through the repository, but I could not find where tsl is defined. Could you please clarify how I should install or access this package/module?
For example, should I install it with pip, such as:
or is there a specific dependency/package name that should be installed?
Thank you very much for your help.
Hi, thank you for sharing this project.
I have a question about the following imports in the code:
I am not sure whether
tslrefers to an external Python package that needs to be installed separately, or whether it is a local module defined somewhere in this repository.I tried looking through the repository, but I could not find where
tslis defined. Could you please clarify how I should install or access this package/module?For example, should I install it with pip, such as:
or is there a specific dependency/package name that should be installed?
Thank you very much for your help.