Giter Club home page Giter Club logo

time_series_imputation-main's Introduction

time_series_imputation

A common challenge encountered during working with time series is the presence of missing data. To address this issue, imputation is a widely used approach that involves filling in missing values rather than dropping them. However, the key challenge in imputation is determining the appropriate values to use for filling in the missing data.

In this project, we propose to assess the effectiveness of applying deep learning-based models in time series imputation compared to statistical methods that do not require prior training.

Data

The data is accessible through the link: https://drive.google.com/drive/folders/10OYuhaT3nEaJmoGJLNMzOiSVPCtMJJtW?usp=sharing

!!! The data is a csv file of name 'household_power_consumption.csv' to be placed in the data folder before any execution.

Project Structure

The project is structured as follows:

  • data: contains the data used in the project and needs to be filled with a csv file from the drive link provided in the report
  • trained_models: contains the finaled trained models of each structure
  • data_generation: generates the split of the data into train, validation and test sets
  • data_analysis: commented notebook with the analysis of the data
  • main: contains the majority of the code (preprocessing, datasets and dataloaders generation, code for statistical methods, deeep learning based models Pytorch implementation, training and evaluation)
  • TimeGanDataAugmentation: contains the code for the TimeGAN data augmentation method
  • requirements.txt: contains the list of packages required to run the code

time_series_imputation-main's People

Contributors

lidamsoukaina 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.