Skip to content

Commit 2b210d1

Browse files
committed
Initail Commit
0 parents  commit 2b210d1

95 files changed

Lines changed: 1505202 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Whitespace-only changes.

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore

.github/workflows/.gitkeep

Whitespace-only changes.

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.11

Dockerfile

Whitespace-only changes.

README.md

Whitespace-only changes.

artifacts/data_ingestion/train.csv

Lines changed: 750001 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
STATISTICAL TEST RESULTS
2+
==================================================
3+
4+
OUTLIER REMOVAL:
5+
Original training data shape: (600000, 13)
6+
Clean training data shape: (596868, 13)
7+
Outliers removed: 3132 (0.52%)
8+
9+
FEATURE CORRELATIONS WITH CALORIES:
10+
----------------------------------------
11+
Age correlation with Calories: 0.143
12+
Height correlation with Calories: -0.007
13+
Weight correlation with Calories: 0.013
14+
Duration correlation with Calories: 0.960
15+
Heart_Rate correlation with Calories: 0.908
16+
Body_Temp correlation with Calories: 0.833
17+
Calories_per_min correlation with Calories: 0.843
18+
Age_Weight correlation with Calories: 0.136
19+
Heart_Temp correlation with Calories: 0.925
20+
21+
ANOVA TEST FOR SEX:
22+
----------------------------------------
23+
F-statistic: 60.364
24+
p-value: 0.000
25+
Result: Significant difference between groups

0 commit comments

Comments
 (0)