Skip to content

Commit

Permalink
Add Demos link to README (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth-Rothschild authored and kmax12 committed Dec 18, 2017
1 parent fdbb727 commit 3cca1ac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ We now have a feature vector for each customer that can be used for machine lear

In this demonstration, we use a multi-table dataset of 3 million online grocery orders from Instacart to predict what a customer will buy next. We show how to generate features with automated feature engineering and build an accurate machine learning pipeline using Featuretools, which can be reused for multiple prediction problems. For more advanced users, we show how to scale that pipeline to a large dataset using Dask.

**NYC Taxi**

[Repository](https://github.com/Featuretools/NYC-Taxi-Demo/) | [Baseline Featuretools](https://github.com/Featuretools/NYC-Taxi-Demo/blob/master/NYC%20Taxi%203%20-%20Simple%20Featuretools.ipynb) | [Custom Primitives](https://github.com/Featuretools/NYC-Taxi-Demo/blob/master/NYC%20Taxi%205%20-%20Custom%20Featuretools%20Primitives.ipynb)

Over five workbooks we go into depth in several aspects of Featuretools functionality while building a model which predicts how long a New York City taxi trip will take from the pickup location. We show how to augment a basic machine learning data science pipeline quickly with Featuretools and demonstrate how to write your own custom primitives.
For more examples of how to use Featuretools, check out our [demos](https://www.featuretools.com/demos) page.

## Support

Expand Down

0 comments on commit 3cca1ac

Please sign in to comment.