Skip to content

Commit

Permalink
fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
csinva committed Mar 12, 2024
1 parent d0cc967 commit 05ccf62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/gam_multitask_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
from sklearn.preprocessing import StandardScaler

import imodels
from interpret.glassbox import ExplainableBoostingClassifier, ExplainableBoostingRegressor

from sklearn.base import RegressorMixin, ClassifierMixin
import os
import os.path
from imodels.algebraic.gam_multitask import MultiTaskGAMRegressor, MultiTaskGAMClassifier

path_to_tests = os.path.dirname(os.path.realpath(__file__))

Expand Down Expand Up @@ -192,6 +189,8 @@ def compare_models():


if __name__ == '__main__':
from interpret.glassbox import ExplainableBoostingClassifier, ExplainableBoostingRegressor
from imodels.algebraic.gam_multitask import MultiTaskGAMRegressor, MultiTaskGAMClassifier
# multi_output_classification()
# classification()
# single_output_self_supervised()
Expand Down

0 comments on commit 05ccf62

Please sign in to comment.