Resolve README.md merge conflict and list all remote clone URLs as per user instructions
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# FRED ML - Federal Reserve Economic Data Machine Learning System
|
2 |
|
3 |
A comprehensive Machine Learning system for analyzing Federal Reserve Economic Data (FRED) with automated data processing, advanced analytics, and interactive visualizations.
|
@@ -90,9 +96,21 @@ FRED_ML/
|
|
90 |
### Installation
|
91 |
|
92 |
1. **Clone the repository**
|
|
|
93 |
```bash
|
|
|
|
|
|
|
|
|
94 |
git clone https://github.com/ParallelLLC/FREDML.git
|
95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
```
|
97 |
|
98 |
2. **Install dependencies**
|
@@ -314,4 +332,4 @@ For support and questions:
|
|
314 |
|
315 |
---
|
316 |
|
317 |
-
**FRED ML** - Transforming economic data analysis with machine learning and automation.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- FRED
|
4 |
+
- ECONOMIC
|
5 |
+
- ML
|
6 |
+
---
|
7 |
# FRED ML - Federal Reserve Economic Data Machine Learning System
|
8 |
|
9 |
A comprehensive Machine Learning system for analyzing Federal Reserve Economic Data (FRED) with automated data processing, advanced analytics, and interactive visualizations.
|
|
|
96 |
### Installation
|
97 |
|
98 |
1. **Clone the repository**
|
99 |
+
You can clone from any of the following remotes:
|
100 |
```bash
|
101 |
+
# EAName GitHub
|
102 |
+
git clone https://github.com/EAName/FREDML.git
|
103 |
+
|
104 |
+
# ParallelLLC GitHub
|
105 |
git clone https://github.com/ParallelLLC/FREDML.git
|
106 |
+
|
107 |
+
# esalguero Hugging Face
|
108 |
+
git clone https://huggingface.co/esalguero/FREDML
|
109 |
+
|
110 |
+
# ParallelLLC Hugging Face
|
111 |
+
git clone https://huggingface.co/ParallelLLC/FREDML
|
112 |
+
```
|
113 |
+
cd FRED_ML
|
114 |
```
|
115 |
|
116 |
2. **Install dependencies**
|
|
|
332 |
|
333 |
---
|
334 |
|
335 |
+
**FRED ML** - Transforming economic data analysis with machine learning and automation.
|