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 b16ffbb commit bc8666fCopy full SHA for bc8666f
sklearn/__init__.py
@@ -15,7 +15,7 @@
15
import sys
16
import re
17
import warnings
18
-__version__ = '0.15-git'
+__version__ = '0.15.0b1'
19
20
# Make sure that DeprecationWarning within this package always gets printed
21
warnings.filterwarnings('always', category=DeprecationWarning,
0 commit comments