Skip to content

Commit

Permalink
fixed missing import
Browse files Browse the repository at this point in the history
Signed-off-by: yvesnana <[email protected]>
  • Loading branch information
yvesnana committed Apr 24, 2024
1 parent 65f6eb7 commit d3578b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gt4sd/frameworks/enzeptional/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
from itertools import product as iter_product
import time
from joblib import load
import xgboost as xgb
from .processing import (
HFandTAPEModelUtility,
SelectionGenerator,
Expand Down

0 comments on commit d3578b8

Please sign in to comment.