Skip to content

Commit

Permalink
Remove the profet import and warning
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice authored and NeilGirdhar committed Oct 22, 2023
1 parent 2944259 commit 2bcf721
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/orion/benchmark/task/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,12 @@
from .forrester import Forrester
from .rosenbrock import RosenBrock

try:
from . import profet

# from .profet import ProfetSvmTask, ProfetFcNetTask, ProfetForresterTask, ProfetXgBoostTask
except ImportError:
pass

__all__ = [
"BenchmarkTask",
"RosenBrock",
"Branin",
"CarromTable",
"EggHolder",
"Forrester",
"profet",
# "ProfetSvmTask",
# "ProfetFcNetTask",
# "ProfetForresterTask",
# "ProfetXgBoostTask",
"bench_task_factory",
]

0 comments on commit 2bcf721

Please sign in to comment.