Skip to content

Commit ed82f9b

Browse files
jaquesgrobleramueller
authored andcommitted
some cosmetic commits and delete duplicate files
1 parent ea7ad29 commit ed82f9b

File tree

4 files changed

+0
-119
lines changed

4 files changed

+0
-119
lines changed

doc/modules/sgd.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ further information.
162162
- :ref:`example_linear_model_plot_sgd_weighted_samples.py`
163163
- :ref:`example_svm_plot_separating_hyperplane_unbalanced.py` (See the `Note`)
164164

165-
166165
Regression
167166
==========
168167

examples/linear_model/plot_sgd_weighted_classes.py

Lines changed: 0 additions & 56 deletions
This file was deleted.

examples/svm/plot_iris.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@
5858
pl.scatter(X[:, 0], X[:, 1], c=Y, cmap=pl.cm.Paired)
5959
pl.xlabel('Sepal length')
6060
pl.ylabel('Sepal width')
61-
6261
pl.xlim(xx.min(), xx.max())
6362
pl.ylim(yy.min(), yy.max())
6463
pl.xticks(())
6564
pl.yticks(())
66-
6765
pl.title(titles[i])
6866

6967
pl.show()

examples/svm/plot_svm_iris.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)