File tree 1 file changed +19
-6
lines changed
1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
Support for Python 3
2
2
====================
3
3
4
- There is experimental support for python 3. To generate python3
5
- compatible sources, run the 2to3 tool on the sources top directory: :
4
+ There is experimental support for python3 in some modules, the status
5
+ of these is :
6
6
7
- 2to3 -wn --no-diffs scikits examples
7
+ svm : OK
8
+ linear_models : ?
9
+ cluster : ?
10
+ covariance : ?
11
+ grid_search : ?
12
+ mixture : ?
13
+ externals.joblib : ?
14
+ utils.sparsetools : FAILS to compile
8
15
9
- To execute some examples and run the test suite You will also need
10
- some other tools that as of July 2010 only have experimental python3
11
- support, like scipy and nosetest3.
16
+ To generate python3 compatible sources for selected modules, run the
17
+ 2to3 tool on the module::
18
+
19
+ 2to3 -wn --no-diffs scikits/learn/$module
20
+
21
+ If you would like to help with porting to python3, please propose
22
+ yourself in the scikit-learn mailing list:
23
+
24
+ https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
You can’t perform that action at this time.
0 commit comments