Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrissiHub committed Nov 23, 2023
1 parent a78ea11 commit 6e9e9bf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion deepcave/evaluators/epm/random_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import functools
import warnings
from random import random

import numpy as np
import pyrfr.regression as regression
Expand Down
2 changes: 0 additions & 2 deletions deepcave/evaluators/lpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

from typing import Any, Dict, List, Optional, Tuple, Union

from random import random

import numpy as np
from ConfigSpace import Configuration
from ConfigSpace.c_util import change_hp_value, check_forbidden
Expand Down
1 change: 0 additions & 1 deletion deepcave/utils/styled_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class StyledPlot:
The style used is seaborn.
"""


def __init__(self) -> None:
plt.style.use("seaborn-v0_8")

Expand Down
1 change: 1 addition & 0 deletions tests/test_evaluators/test_fanova.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ def test_seed(self):
# With seed: Same results
assert importance_dict_run_1["n_neurons"][1] == importance_dict_run_2["n_neurons"][1]


if __name__ == "__main__":
unittest.main()

0 comments on commit 6e9e9bf

Please sign in to comment.