-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3a1b7d
commit ad3e190
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# deja-vu | ||
# test-of-time | ||
A small framework to benchmark forecasting models via backtesting |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,16 +9,16 @@ | |
with open(os.path.join(dir_repo, "README.md"), encoding="utf-8") as f: | ||
readme = f.read() | ||
# read the version name | ||
with open("deja-vu/_version.py") as f: | ||
with open("test-of-time/_version.py") as f: | ||
exec(f.read()) | ||
|
||
setuptools.setup( | ||
name="deja-vu", | ||
name="test-of-time", | ||
version=__version__, | ||
description="Evaluate forecasting models using backtesting on 'deja-vu' data", | ||
description="Evaluate forecasting models using backtesting", | ||
author="Oskar Triebe", | ||
author_email="[email protected]", | ||
url="https://github.com/ourownstory/deja-vu", | ||
url="https://github.com/ourownstory/test-of-time", | ||
license="MIT", | ||
packages=setuptools.find_packages( | ||
exclude=( | ||
|
@@ -34,7 +34,7 @@ | |
"full": ["prophet"], | ||
}, | ||
# setup_requires=[""], | ||
scripts=["scripts/deja-vu_dev_setup.py"], | ||
scripts=["scripts/tot_dev_setup.py"], | ||
long_description=readme, | ||
long_description_content_type="text/markdown", | ||
include_package_data=True, | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.