Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactored into a python package #457

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

thawn
Copy link

@thawn thawn commented Jul 12, 2024

created pyproject.toml and refactored the code into an installable python package.

the code can be installed like this:

git clone ...
cd Time-Series-Library
pip install -e .

afterwards the code can be used like this:

from timeserieslib.models import TimesNet

@thawn
Copy link
Author

thawn commented Jul 12, 2024

closes #41

@wuhaixu2016
Copy link
Member

Hi, this is a great pull request. It may take some time for us to merge and reorganize the repo. Many thanks for your contribution.

@thawn
Copy link
Author

thawn commented Jul 15, 2024

I am aware that this is a large refactor and will take time to review. Please let me know in case I can help (e.g. rebase).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants