Skip to content

Commit

Permalink
Automated autopep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2024
1 parent 10085ff commit 5f98ed8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/advanced/automl/tpot_vs_fedot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

numpy.float = numpy.float64 # tmp patch before TPOT could fix this: https://github.com/EpistasisLab/tpot/issues/1281 # NOQA

from sklearn.ensemble import RandomForestClassifier # NOQA
from sklearn.metrics import roc_auc_score as roc_auc # NOQA
from sklearn.naive_bayes import BernoulliNB # NOQA
from sklearn.pipeline import make_pipeline # NOQA
from tpot.builtins import StackingEstimator # NOQA
from tpot.export_utils import set_param_recursive # NOQA
from sklearn.ensemble import RandomForestClassifier # NOQA
from sklearn.metrics import roc_auc_score as roc_auc # NOQA
from sklearn.naive_bayes import BernoulliNB # NOQA
from sklearn.pipeline import make_pipeline # NOQA
from tpot.builtins import StackingEstimator # NOQA
from tpot.export_utils import set_param_recursive # NOQA

from fedot.core.pipelines.pipeline import Pipeline # NOQA
from fedot.core.pipelines.node import PipelineNode # NOQA
Expand Down

0 comments on commit 5f98ed8

Please sign in to comment.