-
-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #539 from Avdhesh-Varshney/nurse
Nurse Stress Prediction
- Loading branch information
Showing
14 changed files
with
4,716 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Nurse Stress Prediction Dataset | ||
|
||
The Dataset used here is taken from the Kaggle database website. You can download the file from the link given here, [Nurse Stress Prediction](https://www.kaggle.com/datasets/priyankraval/nurse-stress-prediction-wearable-sensors) | ||
|
||
## About the dataset | ||
|
||
There are 9 different features in the datasets: | ||
|
||
#### X, Y, Z: | ||
- ***Description***: Numerical values representing orientation data. | ||
- ***Unique Entries***: Each column has 256 unique values. | ||
|
||
#### EDA (Electrodermal Activity): | ||
- ***Description***: Continuous numerical values measuring electrodermal activity. | ||
- ***Unique Entries***: Contains 274,452 unique numerical values. | ||
|
||
#### HR (Heart Rate): | ||
- ***Description***: Continuous numerical values representing heart rate measurements. | ||
- ***Unique Entries***: Comprises 6,268 distinct numerical values. | ||
|
||
#### TEMP (Temperature): | ||
- ***Description***: Continuous numerical values denoting temperature readings. | ||
- ***Unique Entries***: Contains 599 unique numerical values. | ||
|
||
#### id: | ||
- ***Description***: Categorical data serving as identifiers for specific subjects or entities. | ||
- ***Unique Entries***: Consists of 18 distinct categorical entries. | ||
|
||
#### datetime: | ||
- ***Description***: Object type encompassing a wide range of date and time entries. | ||
- ***Unique Entries***: Holds approximately 10.6 million unique date and time values. | ||
|
||
#### label: | ||
- ***Description***: Categorical data representing different states or classes. | ||
- ***Unique Entries***: Contains three unique categorical values. | ||
|
||
--- | ||
|
||
Each column in this dataset offers distinct information. The orientation data (X, Y, Z) seemingly represents spatial or directional measurements. Electrodermal activity (EDA), heart rate (HR), and temperature (TEMP) columns provide continuous physiological measurements. The 'id' column serves as a categorical identifier, while 'datetime' indicates timestamps. Lastly, the 'label' column presents categorical classifications. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.