title | author | date | output |
---|---|---|---|
CodeBook |
Asoskov Dmitrii |
2024-01-09 |
pdf_document |
The dataset used for this project is the Human Activity Recognition Using Smartphones Dataset. A full description is available at the site where the data was obtained: Human Activity Recognition Using Smartphones
-
subject:
Identifier for the subject who performed the activity. Ranges from 1 to 30. -
activity:
The type of activity performed by the subject. It is a factor variable with the following levels:- WALKING
- WALKING_UPSTAIRS
- WALKING_DOWNSTAIRS
- SITTING
- STANDING
- LAYING
-
Other Variables: The remaining variables are the average of each variable for each activity and each subject. They represent the mean values of the accelerometer and gyroscope measurements during various activities.
For detailed information about these variables, please refer to the original features_info.txt file included with the dataset.
-
Merging Datasets:
- The training and test datasets were merged to create one dataset.
-
Extracting Relevant Measurements:
- Only the measurements on the mean and standard deviation for each measurement were extracted.
-
Descriptive Activity Names:
- Descriptive activity names were used to name the activities in the dataset.
-
Appropriate Variable Labels:
- The dataset was labeled with descriptive variable names, replacing abbreviations