You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing all code that has been moved to Tensorflow (#169)
* Removing all code that has been moved to Tensorflow. Import skflow from tensorflow now.
* update travis script to use TF 0.8
* Updated readme
* cleanup extra imports in __init__
* corrected version of py3 tensorflow
Copy file name to clipboardExpand all lines: README.rst
+12-45Lines changed: 12 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,52 +4,19 @@ SkFlow has been moved to Tensorflow.
4
4
SkFlow has been moved to http://github.com/tensorflow/tensorflow into contrib folder specifically located `here <https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/learn/python/learn>`__.
5
5
The development will continue there. Please submit any issues and pull requests to Tensorflow repository instead.
6
6
7
-
This repository will ramp down, including after next Tensorflow release we will wind down code here. Please see instructions on most recent installation `here <https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/learn/python/learn>`__.
8
-
9
-
Previously:
10
-
11
-
|Travis-CI Build Status| |Codecov Status| |License| |PyPI version| |Join the chat at
12
-
https://gitter.im/tensorflow/skflow|
13
-
14
-
Scikit Flow
15
-
===========
16
-
17
-
This is a simplified interface for TensorFlow, to get people started on predictive analytics and data mining.
18
-
19
-
Library covers variety of needs from linear models to *Deep Learning* applications like text and image understanding.
20
-
21
-
Why *TensorFlow*?
22
-
-----------------
23
-
- TensorFlow provides a good backbone for building different shapes of machine learning applications.
24
-
- It will continue to evolve both in the distributed direction and as general pipelinining machinery.
25
-
26
-
Why *Scikit Flow*?
27
-
-----------------
28
-
- To smooth the transition from the Scikit Learn world of one-liner machine learning into the more open world of building different shapes of ML models. You can start by using fit/predict and slide into TensorFlow APIs as you are getting comfortable.
29
-
- To provide a set of reference models that would be easy to integrate with existing code.
7
+
This repository will ramp down, including after next Tensorflow release we will wind down code here.
8
+
Please see instructions on most recent installation `here <https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/learn/python/learn>`__.
30
9
31
10
Installation
32
-
============
11
+
------------
33
12
34
-
Dependencies
35
-
-----------
36
-
- Python: 2.7, 3.4+
37
-
- Scikit learn: 0.16, 0.17, 0.18+
38
-
- Tensorflow: 0.7+
13
+
No installation needed, SkFlow has been moved into Tensorflow 0.8+.
14
+
Make sure you have Tensorflow 0.8+ version and you can start using SkFlow right away by importing like this:
39
15
40
-
First, you need to make sure you have `TensorFlow <https://github.com/tensorflow/tensorflow#installation>`__ and `Scikit Learn <http://scikit-learn.org/stable/install.html>`__ installed.
41
-
42
-
Run the following to install the stable version from PyPI:
43
-
44
-
.. code:: bash
45
-
46
-
pip install skflow
47
-
48
-
Or run the following to install from the development version from Github:
0 commit comments