From 4152d504b3d576836dca44041a0057f1ede7301c Mon Sep 17 00:00:00 2001 From: Gregory Ditzler Date: Wed, 3 Apr 2013 14:44:35 -0400 Subject: added readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index b6b4d42..e2222a7 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,5 @@ # PyFeast -Python bindings to the FEAST Feature Selection Toolbox. +Python bindings to the FEAST Feature Selection Toolbox.. ## About PyFeast PyFeast is a interface for the FEAST feature selection toolbox, which was -- cgit v1.2.3 From b06c71421fc6d90581b6e6f5369c9db4f1840b36 Mon Sep 17 00:00:00 2001 From: Gregory Ditzler Date: Tue, 10 Jun 2014 17:11:56 -0400 Subject: added instructions for making sure MIM is compiled --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 86aa0f2..f9f128a 100644 --- a/README.markdown +++ b/README.markdown @@ -19,8 +19,8 @@ In order to use the feast module, you will need the following dependencies * Python 2.7 * Numpy * Linux or OS X -* [FEAST](https://github.com/Craigacp/FEAST) * [MIToolbox](https://github.com/Craigacp/MIToolbox) +* [FEAST](https://github.com/Craigacp/FEAST) - Make sure that `MIM.o` is compilde in the `Makefile`. ## Installation -- cgit v1.2.3 From 2e399a6e9cc60b6dc9e3758e7428e433a9c35b91 Mon Sep 17 00:00:00 2001 From: Gregory Ditzler Date: Tue, 10 Jun 2014 18:20:40 -0400 Subject: fixed type --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index f9f128a..c6e268c 100644 --- a/README.markdown +++ b/README.markdown @@ -20,7 +20,7 @@ In order to use the feast module, you will need the following dependencies * Numpy * Linux or OS X * [MIToolbox](https://github.com/Craigacp/MIToolbox) -* [FEAST](https://github.com/Craigacp/FEAST) - Make sure that `MIM.o` is compilde in the `Makefile`. +* [FEAST](https://github.com/Craigacp/FEAST) - Make sure that `MIM.o` is compiled in the `Makefile`. ## Installation -- cgit v1.2.3 From 8d5a2d3ce1763e25eeb36af082a66efd1dfc061f Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 12 Jun 2014 11:45:35 -0400 Subject: Change comment for MIM let users know they need above v1.1.1 instead of forcing them to compile MIM.o --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index c6e268c..bdc8c37 100644 --- a/README.markdown +++ b/README.markdown @@ -20,7 +20,7 @@ In order to use the feast module, you will need the following dependencies * Numpy * Linux or OS X * [MIToolbox](https://github.com/Craigacp/MIToolbox) -* [FEAST](https://github.com/Craigacp/FEAST) - Make sure that `MIM.o` is compiled in the `Makefile`. +* [FEAST](https://github.com/Craigacp/FEAST) v1.1.1 or higher ## Installation -- cgit v1.2.3 From a38c40a2c63a011f0c53599489a723a874a0ebf0 Mon Sep 17 00:00:00 2001 From: Gregory Ditzler Date: Mon, 13 Oct 2014 08:09:41 -0400 Subject: updated readme --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 4464794..2004fb8 100644 --- a/README.markdown +++ b/README.markdown @@ -33,7 +33,7 @@ In order to use the feast module, you will need the following dependencies ## Demonstration 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. +the Scikits-Learn toolbox. Make sure that if you are loading the data from a file and converting the data to a `numpy` array that you set `order="F"`. This is *very* important. ## Documentation We have documentation for each of the functions available [here](http://mutantturkey.github.com/PyFeast/feast-module.html) -- cgit v1.2.3