Edwin Salguero
commited on
Commit
·
8398c59
1
Parent(s):
20fd1d7
Restore CSV and PNG files with Git LFS tracking
Browse files- .gitattributes +2 -0
- .gitignore +0 -2
- data/exports/distribution_CPIAUCSL.png +3 -0
- data/exports/distribution_DGS10.png +3 -0
- data/exports/distribution_FEDFUNDS.png +3 -0
- data/exports/distribution_GDP.png +3 -0
- data/exports/distribution_UNRATE.png +3 -0
- data/exports/economic_indicators.png +3 -0
- data/exports/fred_data_20250710_221702.csv +3 -0
- data/exports/fred_data_20250710_223022.csv +3 -0
- data/exports/fred_data_20250710_223149.csv +3 -0
- data/exports/pca_2d.png +3 -0
- data/exports/pearson_corr_matrix.png +3 -0
- data/exports/regression_diagnostics.png +3 -0
- data/exports/spearman_corr_matrix.png +3 -0
- data/exports/time_series_forecast.png +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
@@ -50,13 +50,11 @@ Thumbs.db
|
|
50 |
.ipynb_checkpoints
|
51 |
|
52 |
# Data files
|
53 |
-
data/exports/*.png
|
54 |
data/exports/*.jpg
|
55 |
data/exports/*.jpeg
|
56 |
data/exports/*.gif
|
57 |
data/exports/*.svg
|
58 |
data/exports/*.pdf
|
59 |
-
data/processed/*.csv
|
60 |
data/raw/*
|
61 |
|
62 |
# Logs
|
|
|
50 |
.ipynb_checkpoints
|
51 |
|
52 |
# Data files
|
|
|
53 |
data/exports/*.jpg
|
54 |
data/exports/*.jpeg
|
55 |
data/exports/*.gif
|
56 |
data/exports/*.svg
|
57 |
data/exports/*.pdf
|
|
|
58 |
data/raw/*
|
59 |
|
60 |
# Logs
|
data/exports/distribution_CPIAUCSL.png
ADDED
![]() |
Git LFS Details
|
data/exports/distribution_DGS10.png
ADDED
![]() |
Git LFS Details
|
data/exports/distribution_FEDFUNDS.png
ADDED
![]() |
Git LFS Details
|
data/exports/distribution_GDP.png
ADDED
![]() |
Git LFS Details
|
data/exports/distribution_UNRATE.png
ADDED
![]() |
Git LFS Details
|
data/exports/economic_indicators.png
ADDED
![]() |
Git LFS Details
|
data/exports/fred_data_20250710_221702.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538c15716d377a0f1f9b68c03ffacf898f86c0c7bd7b1279ced9d32065345d90
|
3 |
+
size 541578
|
data/exports/fred_data_20250710_223022.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538c15716d377a0f1f9b68c03ffacf898f86c0c7bd7b1279ced9d32065345d90
|
3 |
+
size 541578
|
data/exports/fred_data_20250710_223149.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:538c15716d377a0f1f9b68c03ffacf898f86c0c7bd7b1279ced9d32065345d90
|
3 |
+
size 541578
|
data/exports/pca_2d.png
ADDED
![]() |
Git LFS Details
|
data/exports/pearson_corr_matrix.png
ADDED
![]() |
Git LFS Details
|
data/exports/regression_diagnostics.png
ADDED
![]() |
Git LFS Details
|
data/exports/spearman_corr_matrix.png
ADDED
![]() |
Git LFS Details
|
data/exports/time_series_forecast.png
ADDED
![]() |
Git LFS Details
|