Giter Site home page Giter Site logo

getting_data_course_project's Introduction

#README.md

This is repo for Getting and Cleaning Data course project.

It consists of 3 files - this readme, codebook file with variable name mapping and explaining, script file main.r with function for cleaning and saving data - main() and also function for reading serialized dataset. I prefer to explain how my code works inside of my code file through comments (i believe it is much more comfortable for readers), so here i put just few general notes:

  • I assume raw data already extracted, and for function main() you need specify folder where raw data extracted and also a path, where script should put serialized tidy data
  • For 2) item in demands list i simply assume, that all variable names, contains "mean" and "std" substring are what we need.
  • Tidy data, returned by main() represents a list with two elements [Activity, Subject] - matrices with labeled dims, contained averaged data respectively by Activity type and num of a Subject.
  • I had to put this, mostly different tables, into one list, cause of Coursera uploader limits, i also forced to append a .txt extension for in-fact .gz files =)

##Note after beginning of peer evaluation I looked to others peers works and understood, that my vision of 6) item in demands list is completely different from what i've seen in others works. Maybe i should been ask a question on forum about meaning of this item, but let me explain my reasoning. I assume that Subject, Activity - is qualitive variables, others are quantitive variables, but they are all VARIABLES. And when you've been asked to average ALL VARIABLES for each Subject and each Activity, it means exactly what i did - averaging data for all quantitive variables divided by one of qualitive variables and just ignoring the other qualitive variable(imho, ignoring in case of qualitive variable is averaging, because for qualitive variables averaging or dividing operation makes no sense).

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.