From fd4aba177faa389867075bb8fa020ef8a61fe859 Mon Sep 17 00:00:00 2001 From: Calvin Date: Fri, 5 Apr 2013 15:14:27 -0400 Subject: added link to documentation --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index b6b4d42..fd01651 100644 --- a/README.markdown +++ b/README.markdown @@ -49,6 +49,9 @@ See test/test.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. +## Documentation +We have documentation for each of the functions setup available [here](http://mutantturkey.github.com/PyFeast/feast-module.html) + ## References * [FEAST](http://www.cs.man.ac.uk/~gbrown/fstoolbox/) - The Feature Selection Toolbox * [Fizzy](http://www.kbase.us/developer-zone/api-documentation/fizzy-feature-selection-service/) - A KBase Service for Feature Selection -- cgit v1.2.3 From 0c3b2c6c7ca3b2bb597bc77a64575ef6e744415f Mon Sep 17 00:00:00 2001 From: Calvin Date: Fri, 5 Apr 2013 15:15:20 -0400 Subject: oops I extra'd a work --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index fd01651..aaa36f2 100644 --- a/README.markdown +++ b/README.markdown @@ -50,7 +50,7 @@ data set. The image data set was collected from the digits example in the Scikits-Learn toolbox. ## Documentation -We have documentation for each of the functions setup available [here](http://mutantturkey.github.com/PyFeast/feast-module.html) +We have documentation for each of the functions available [here](http://mutantturkey.github.com/PyFeast/feast-module.html) ## References * [FEAST](http://www.cs.man.ac.uk/~gbrown/fstoolbox/) - The Feature Selection Toolbox -- cgit v1.2.3 From 0fe82b9151d2a71053659336120e37f3a1124570 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 22 Aug 2013 10:53:56 -0400 Subject: Add link to fizzy qiime --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index aaa36f2..7456ad4 100644 --- a/README.markdown +++ b/README.markdown @@ -10,7 +10,8 @@ to enable researchers to utilize these feature selection algorithms in Python was only natural. At Drexel University's [EESI Lab](http://www.ece.drexel.edu/gailr/EESI/), we are using PyFeast to create a feature -selection tool for the Department of Energy's upcoming KBase platform. +selection tool for the Department of Energy's upcoming KBase platform. We are also integrating a tool that utilizes +PyFeast as a script for Qiime users: [Qiime Fizzy Branch](https://github.com/EESI/FizzyQIIME) ## Requirements In order to use the feast module, you will need the following dependencies -- cgit v1.2.3