Skip to content

Commit

Permalink
removed template in init
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Apr 20, 2017
1 parent 4def258 commit 43e2c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion id3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .id3 import (Id3Estimator, TemplateClassifier)
from .id3 import Id3Estimator
from . import id3
from .pruner import BasePruner, ErrorPruner, CostPruner
from .export import export_graphviz, export_pdf
Expand Down

0 comments on commit 43e2c2b

Please sign in to comment.