Skip to content

Deep feature synthesis and predictions for NYC taxi rides

Notifications You must be signed in to change notification settings

wagnernoise/NYC-Taxi-Trips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYC Taxi Trips

In this study we will be focused on:

  • loading a large dataset
  • creating various feature objects and injecting them into different models
  • evaluating the predictions of those models
  • utilizing tools like Deep feature synthesis and feature transformations
  • understanding metrics like feature importances, for looking at a model post-training

To help us to conclude such task, we will use the package Feature Tools

Featuretools

Featuretools

Featuretools is a framework to perform automated feature engineering. It excels at transforming transactional and relational datasets into feature matrices for machine learning. This demo uses Featuretools to develop a prediction model for the New York City Taxi Trip Duration on Kaggle.

Normally, solving Kaggle problems is a very iterative process. Competitors look at the dataset, determine what features they can extract, and score it with their model. They use that accuracy to make more changes to their feature extraction, and again score their model. Featuretools simplifies to process to let you extract numerous features in one iteration.

About

Deep feature synthesis and predictions for NYC taxi rides

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published