Skip to content

Commit

Permalink
fix #260
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Nov 8, 2019
1 parent 15d10e3 commit 26bd6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatminer/automl/adaptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def fit(self, df, target, **fit_kwargs):
# Determine learning type based on whether classification or regression
self.mode = regression_or_classification(df[target])

mltype_str = "Classifier" if self.mode == AMM_CLF_NAME else "Regressor"
# mltype_str = "Classifier" if self.mode == AMM_CLF_NAME else "Regressor"
# self.tpot_kwargs["template"] = self.tpot_kwargs.get(
# "template", "Selector-Transformer-{}".format(mltype_str)
# )
Expand Down

0 comments on commit 26bd6c7

Please # to comment.