Skip to content

Commit f41593e

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 575064b8e17c7243ff958e762b042d484283cd55
1 parent d994566 commit f41593e

File tree

1,085 files changed

+3301
-3316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,085 files changed

+3301
-3316
lines changed
-95 Bytes
Binary file not shown.
-90 Bytes
Binary file not shown.

dev/_downloads/scikit-learn-docs.pdf

-18.5 KB
Binary file not shown.

dev/_downloads/svm_gui.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/_downloads/svm_gui.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,9 @@
2828
from matplotlib.figure import Figure
2929
from matplotlib.contour import ContourSet
3030

31-
try:
32-
import tkinter as Tk
33-
except ImportError:
34-
# Backward compat for Python 2
35-
import Tkinter as Tk
36-
3731
import sys
3832
import numpy as np
33+
import tkinter as Tk
3934

4035
from sklearn import svm
4136
from sklearn.datasets import dump_svmlight_file

dev/_images/iris.png

0 Bytes

0 commit comments

Comments
 (0)