Skip to content

Commit 582c822

Browse files
authored
Fix pep8 empty lines
1 parent 31cea6d commit 582c822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/src/main/python/logistic_regression.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
D = 10 # Number of dimensions
3434

35+
3536
# Read a batch of points from the input file into a NumPy matrix object. We operate on batches to
3637
# make further computations faster.
3738
# The data file contains lines of the form <label> <x1> <x2> ... <xD>. We load each block of these

0 commit comments

Comments
 (0)