aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.txt (renamed from python/LICENSE.txt)0
-rw-r--r--README.txt (renamed from readme)9
-rw-r--r--src/feast.py (renamed from python/feast.py)0
-rw-r--r--src/test/create_digits_data.py (renamed from python/create_digits_data.py)0
-rw-r--r--src/test/digit.txt (renamed from python/digit.txt)0
-rw-r--r--src/test/import_data.py (renamed from python/import_data.py)0
-rw-r--r--src/test/test.py (renamed from python/demo_feast_wrapper.py)0
7 files changed, 3 insertions, 6 deletions
diff --git a/python/LICENSE.txt b/LICENSE.txt
index 65c5ca8..65c5ca8 100644
--- a/python/LICENSE.txt
+++ b/LICENSE.txt
diff --git a/readme b/README.txt
index 86c2fe0..b824e83 100644
--- a/readme
+++ b/README.txt
@@ -1,9 +1,8 @@
-
====
-Python Interface to the FEAST Feature Selection Toolbox
+PyFeast
====
+Python Interface to the FEAST Feature Selection Toolbox
-====
About
====
This set of scripts provides an interface to the FEAST feature selection
@@ -12,14 +11,12 @@ toolbox, originally written in C with a Mex interface to Matlab. Python
face to all the functionality of the FEAST implementation that was provided
with the original Matlab interface.
-====
Demonstration
====
See demo_feast_wrapper.py for an example with uniform data and an image
data set. The image data set was collected from the digits example in
the Scikits-Learn toolbox.
-====
To Do
====
1) Add a setup.py script that can manage the build and installation of the
@@ -27,4 +24,4 @@ To Do
2) Add in the rest of the functionality to feast.py. Add subsequent
functionality into the demo.
3) Integrate the module into KBase!
-4) Clean up the paths \ No newline at end of file
+4) Clean up the paths
diff --git a/python/feast.py b/src/feast.py
index 0d2fee6..0d2fee6 100644
--- a/python/feast.py
+++ b/src/feast.py
diff --git a/python/create_digits_data.py b/src/test/create_digits_data.py
index 891eea8..891eea8 100644
--- a/python/create_digits_data.py
+++ b/src/test/create_digits_data.py
diff --git a/python/digit.txt b/src/test/digit.txt
index ed966df..ed966df 100644
--- a/python/digit.txt
+++ b/src/test/digit.txt
diff --git a/python/import_data.py b/src/test/import_data.py
index 6d4bd9e..6d4bd9e 100644
--- a/python/import_data.py
+++ b/src/test/import_data.py
diff --git a/python/demo_feast_wrapper.py b/src/test/test.py
index 0a9633a..0a9633a 100644
--- a/python/demo_feast_wrapper.py
+++ b/src/test/test.py