Skip to content

Commit

Permalink
removed pdfexport
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Apr 20, 2017
1 parent 43e2c2b commit 135944b
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,7 +1,7 @@
from .id3 import Id3Estimator
from . import id3
from .pruner import BasePruner, ErrorPruner, CostPruner
from .export import export_graphviz, export_pdf
from .export import export_graphviz

__all__ = ['Id3Estimator',
'TemplateClassifier',
Expand Down

0 comments on commit 135944b

Please sign in to comment.