Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
Cleaned up some leftover code.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Apr 11, 2015
1 parent 3611a1f commit 1b0ce91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sknn/mlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,13 +413,9 @@ def predict(self, X):

class MultiLayerPerceptronClassifier(BaseMLP, sklearn.base.ClassifierMixin):


#def __convert_to_output(self, ):

def _setup(self):
self.label_binarizer = sklearn.preprocessing.LabelBinarizer()


def fit(self, X, y):
# Scan training samples to find all different classes.
self.label_binarizer.fit(y)
Expand Down

0 comments on commit 1b0ce91

Please sign in to comment.