Skip to content

Commit

Permalink
rist
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 21, 2024
1 parent 136806d commit df78a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 1 addition & 12 deletions aeon/testing/expected_results/expected_regressor_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,18 +293,7 @@
)

cardano_sentiment_preds["RISTRegressor"] = np.array(
[
0.0687,
0.071,
0.0227,
0.0425,
0.0834,
0.0251,
0.0064,
0.1398,
0.0667,
0.031,
]
[0.0825, 0.1924, 0.7180, 0.0413, 0.4840, 0.0825, 0.2336, 0.0000, 0.0413, 0.2814]
)

cardano_sentiment_preds["CanonicalIntervalForestRegressor"] = np.array(
Expand Down
1 change: 0 additions & 1 deletion aeon/testing/testing_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"SeriesSearch": ["check_non_state_changing_method"],
# Unknown issue not producing the same results
"RDSTRegressor": ["check_regressor_against_expected_results"],
"RISTRegressor": ["check_regressor_against_expected_results"],
}

# Exclude specific tests for estimators here only when numba is disabled
Expand Down

0 comments on commit df78a2f

Please sign in to comment.