From 0fc6fb7cfa241676d7d1c4160aa371d8eb2eaeb5 Mon Sep 17 00:00:00 2001 From: Stephen Whitworth Date: Sat, 17 May 2014 21:19:18 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7edcbff..b8e5511 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ go get ./... Getting Started ======= +Data is loaded in as Instances. You can then perform matrix like operations on them, and pass them to estimators. +We implement the scikit-learn interface of Fit/Predict, so you can easily swap out estimators for trial and error. + ``` // Load in a dataset, with headers. Header attributes will be stored. // Think of instances as a Data Frame structure in R or Pandas.