aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Ditzler <gregory.ditzler@gmail.com>2014-10-13 08:09:41 -0400
committerGregory Ditzler <gregory.ditzler@gmail.com>2014-10-13 08:09:41 -0400
commita38c40a2c63a011f0c53599489a723a874a0ebf0 (patch)
tree1bbf2cac60f8ab271bd4f0c5761811725898dff3
parentdc90a9f24710f9bfcec2fa7cdb291c0de8ed3992 (diff)
updated readme
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
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)