Giter VIP home page Giter VIP logo

geolife-outlierdetection-tmd's Introduction

Geolife-OutlierDetection-visualization-TMD

Outlier detection using IQR and Z-score, and also visualization on Geolife dataset for transport mode detection task.
A comprehensive analysis on Geolife dataset trajectories.

imgonline-com-ua-twotoone-UNYDv4hc-Ye4-N

After loading and preprocessing the Geolife dataset, we have many CSVs, which include distance, velocity, acceleration, and ... as features (columns). The point is that some records are abnormal. For example, we have some records with more than 100 km/h velocity in the 'walk' label! Hence, it's crucial to remove these incorrect and noisy records. Otherwise, our network will train with inaccurate data, leading to lower accuracy. Moreover, Visualizing data before and after outlier detection is crucial for gaining insights into analyzing the effect of outlier detection. In this code, z-score and IQR have been used for outlier-detection
First, we must detect outliers and then remove all of them. Finally, all records after removing outliers must be merged.

Notice:

1- Use IQR or z-score not both
2- Tune z-score hyperparameter (threshold)
3- This part must perform before calculating aggregated features

Raw Geolife dataset link : https://download.microsoft.com/download/F/4/8/F4894AA5-FDBC-481E-9285-D5F8C4C4F039/Geolife%20Trajectories%201.3.zip

geolife-outlierdetection-tmd's People

Contributors

omidghadami95 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.