Skip to content

Commit 8da9296

Browse files
authored
Reformat multilayer perceptron classifier code
1 parent 14fa3d1 commit 8da9296

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

machine_learning/multilayer_perceptron_classifier.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def wrapper(y):
2222
"""
2323
return list(y)
2424

25+
2526
if __name__ == "__main__":
2627
import doctest
2728

0 commit comments

Comments
 (0)