Skip to content

Commit

Permalink
Merge pull request #67 from ontime-re/48-benchmarking-fix-zero-few-shot
Browse files Browse the repository at this point in the history
48 benchmarking fix zero and full shot
  • Loading branch information
fredmontet authored Nov 4, 2024
2 parents ec442e3 + 49c11f2 commit 14eb867
Show file tree
Hide file tree
Showing 9 changed files with 2,303 additions and 1,945 deletions.
1,337 changes: 749 additions & 588 deletions docs/user_guide/1_module/3-benchmarking/3.0-benchmarking.ipynb

Large diffs are not rendered by default.

2,187 changes: 1,113 additions & 1,074 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ packages = [{include = "ontime", from = "src"}]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
darts = "^0.25.0"
darts = "^0.30.0"
catboost = "^1.2"
altair = "^5.1.0"
skforecast = "^0.11.0"
skforecast = "^0.12.0"
torch = ">=2.0.0, !=2.0.1, !=2.1.0"
vegafusion-python-embed = "^1.4.1"
vegafusion = {extras = ["embed"], version = "^1.4.1"}
Expand Down
4 changes: 4 additions & 0 deletions src/ontime/module/benchmarking/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .benchmark_metric import BenchmarkMetric
from .benchmark_model import AbstractBenchmarkModel, BenchmarkMode
from .benchmark_dataset import BenchmarkDataset
from .benchmark import Benchmark
Loading

0 comments on commit 14eb867

Please sign in to comment.