Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
almostintuitive committed Feb 29, 2024
1 parent 7ca9859 commit 7b37f8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions tests/fold/unit/test_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from fold.events.weights import NoWeighting
from fold.loop import train, train_evaluate
from fold.models import DummyRegressor
from fold.splitters import ExpandingWindowSplitter, ForwardSingleWindowSplitter
from fold.splitters import ExpandingWindowSplitter
from fold.utils.tests import generate_monotonous_data, generate_sine_wave_data


Expand Down Expand Up @@ -34,8 +34,6 @@ def test_artifacts_transformation_fit() -> None:
assert artifacts["selected_features_SelectKBest"].dropna().iloc[-1] == ["sine"]




def test_artifacts_events() -> None:
X, y = generate_monotonous_data(1000, freq="1min")

Expand Down
2 changes: 0 additions & 2 deletions tests/fold/unit/test_splitters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import numpy as np

from fold.splitters import (
Bounds,
ExpandingWindowSplitter,
Expand Down

0 comments on commit 7b37f8a

Please sign in to comment.