Skip to content

Commit

Permalink
ibrahimsharaf#14 added classifier class and constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayatallah committed May 13, 2019
1 parent 8bdceda commit 1dea335
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models/classifier_builder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .model_builder import ModelBuilder
from .doc2vec_builder import doc2VecBuilder

class classifierBuilder(ModelBuilder):
def __init__(self):
super.__init__()

0 comments on commit 1dea335

Please sign in to comment.