Skip to content

Commit

Permalink
Remove builders and remake fit logic
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolfernandez committed Jun 28, 2016
1 parent a3cb29a commit 5fbd808
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 178 deletions.
6 changes: 1 addition & 5 deletions autosklearn/classification.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
from autosklearn.estimators import EstimatorBuilder,\
AutoSklearnClassifier as classifier

class AutoSklearnClassifier(EstimatorBuilder, classifier):
pass
from autosklearn.estimators import AutoSklearnClassifier

0 comments on commit 5fbd808

Please sign in to comment.