We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cea6d commit 582c822Copy full SHA for 582c822
examples/src/main/python/logistic_regression.py
@@ -32,6 +32,7 @@
32
33
D = 10 # Number of dimensions
34
35
+
36
# Read a batch of points from the input file into a NumPy matrix object. We operate on batches to
37
# make further computations faster.
38
# The data file contains lines of the form <label> <x1> <x2> ... <xD>. We load each block of these
0 commit comments