Skip to content

Commit

Permalink
clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Weixuan committed May 14, 2020
1 parent bf13434 commit c21c5d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tpot/tpot.py
Expand Up @@ -40,6 +40,7 @@ class TPOTClassifier(TPOTBase):
default_config_dict = classifier_config_dict # Classification dictionary
classification = True
regression = False

def _init_pretest(self, features, target):
"""Set the sample of data used to verify pipelines work with the passed data set.
Expand Down

0 comments on commit c21c5d9

Please sign in to comment.