Giter VIP home page Giter VIP logo

priyagunjate / taxi-demand-prediction-in-new-york-city Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 5.03 MB

Objectives: Task 1: Incorporate Fourier features as features into Regression models and measure MAPE. Task 2: Perform hyper-parameter tuning for Regression models. 2a. Linear Regression: Grid Search 2b. Random Forest: Random Search 2c. Xgboost: Random Search Task 3: Explore more time-series features using Google search/Quora/Stackoverflow to reduce the MAPE to < 12%

Jupyter Notebook 100.00%

taxi-demand-prediction-in-new-york-city's Introduction

Taxi-demand-prediction-in-New-York-City

Objectives:

Task 1: Incorporate Fourier features as features into Regression models and measure MAPE.

Task 2: Perform hyper-parameter tuning for Regression models.

2a. Linear Regression: Grid Search

2b. Random Forest: Random Search

2c. Xgboost: Random Search

Task 3: Explore more time-series features using Google search/Quora/Stackoverflow to reduce the MAPE <12%

Procedure for accomplished above objectives is as :

Task 1:

As the datsets is in time series ,convert into frequecy domain to get frequecy and amplitude values using fourier transform.And these Frequecy and amplitude of region_cum feature can be used as features.These features are important becuase of repeating structure of datasets.

1.Find the frequecy according to maximum amplitude

2.sort the frequecy to get important frequecy and corresponding amplitude.This is our
  new feature.

3.Concatenate newfeature with datasets .(this datsets is used for training and testing
  the model to get Train MAPE & Test MAPE)

Task2:

Perform hyper-parameter tuning for Regression models.

2a. Linear Regression: Grid Search

2b. Random Forest: Random Search

2c. Xgboost: Random Search

Task 3: Use time series feature in task1

Split the Train & test dataset into 75-25%

Use cluster size=30

here, I used LSTM model and MAPE <12% (It is new model )

Refrence applied ai

taxi-demand-prediction-in-new-york-city's People

Contributors

priyagunjate avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.