Skip to content

Prahitha/SDA-Project

Repository files navigation

SDA-Project

The objective of this project was to implement the various techniques learned throughout the course (Statistical Data Analysis) to extract information from data. The data which I used is a multivariate time-series. This report discusses how I approached the data and the different methods used during the analysis and prediction phases. I used the normal test to check for normality, the Durbin Watson Test to check for collinearity, the Granger Causality Test to check for association between the variables, and the Augmented-Dickey Fuller Test to check for stationarity. Furthermore, I observed the features of the data using time series analysis and applied regression techniques like VAR(OLS), and ARIMA to predict future outcomes.

Dataset Description

Screenshot 2022-05-04 at 9 52 04 PM

EDA

  1. Basic preprocessing steps like adding column names, changing the epochs to DateTime format
  2. Drop the columns which don’t add valuable information to the data (like, experiment)
  3. Split the data into training and validation sets
  4. Identify missing values and verify the quality of the data
  5. Determine likely approaches to modeling, which might yield a predictive function

Results

Device-1

image

Device-2

image

Device-3

image

Device-4

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages