Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 677 Bytes

File metadata and controls

29 lines (20 loc) · 677 Bytes

#Code Book This code book describes the variables, the data set, and the work that have been performed to clean up the data.

##Data set include these files:

  • 'features_info.txt': Shows information about the variables used on the feature vector.

  • 'features.txt': List of all features.

  • 'activity_labels.txt': Links the class labels with their activity name.

  • 'train/X_train.txt': Training set.

  • 'train/y_train.txt': Training labels.

  • 'test/X_test.txt': Test set.

  • 'test/y_test.txt': Test labels.

##Features used for this project:

  • Mean value
  • Standard deviation

##Activity Labels

  • WALKING
  • WALKING_UPSTAIRS
  • WALKING_DOWNSTAIRS
  • SITTING
  • STANDING
  • LAYING