Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -100,6 +100,101 @@ Each of the dataset article entries contain a subset of the following features:
|
|
100 |
Below are tables for each task, with the different categories separated into columns:
|
101 |
Below is the README table for each task, with separate rows for train and test values:
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
| Task | Train | Test |
|
104 |
|------|-------|------|
|
105 |
| **Price Direction Up** | 0: 4925<br>1: 3531 | 0: 1233<br>1: 881 |
|
@@ -110,47 +205,6 @@ Below is the README table for each task, with separate rows for train and test v
|
|
110 |
| **Future Information** | 0: 8195<br>1: 261 | 0: 2056<br>1: 58 |
|
111 |
| **Price Sentiment** | positive: 3531<br>negative: 3068<br>none: 1552<br>neutral: 305 | positive: 881<br>negative: 746<br>none: 416<br>neutral: 71 |
|
112 |
|
113 |
-
#### Price Direction Up
|
114 |
-
| | 0 | 1 |
|
115 |
-
|------|----|----|
|
116 |
-
| Train| 4925 | 3531 |
|
117 |
-
| Test | 1233 | 881 |
|
118 |
-
|
119 |
-
#### Price Direction Constant
|
120 |
-
| | 0 | 1 |
|
121 |
-
|------|----|----|
|
122 |
-
| Train| 8092 | 364 |
|
123 |
-
| Test | 2034 | 80 |
|
124 |
-
|
125 |
-
#### Price Direction Down
|
126 |
-
| | 0 | 1 |
|
127 |
-
|------|----|----|
|
128 |
-
| Train| 5311 | 3145 |
|
129 |
-
| Test | 1347 | 767 |
|
130 |
-
|
131 |
-
#### Asset Comparison
|
132 |
-
| | 0 | 1 |
|
133 |
-
|------|----|----|
|
134 |
-
| Train| 6855 | 1601 |
|
135 |
-
| Test | 1714 | 400 |
|
136 |
-
|
137 |
-
#### Past Information
|
138 |
-
| | 1 | 0 |
|
139 |
-
|------|----|----|
|
140 |
-
| Train| 8196 | 260 |
|
141 |
-
| Test | 2056 | 58 |
|
142 |
-
|
143 |
-
#### Future Information
|
144 |
-
| | 0 | 1 |
|
145 |
-
|------|----|----|
|
146 |
-
| Train| 8195 | 261 |
|
147 |
-
| Test | 2056 | 58 |
|
148 |
-
|
149 |
-
#### Price Sentiment
|
150 |
-
| | positive | negative | none | neutral |
|
151 |
-
|------|----------|----------|------|---------|
|
152 |
-
| Train| 3531 | 3068 | 1552 | 305 |
|
153 |
-
| Test | 881 | 746 | 416 | 71 |
|
154 |
|
155 |
## Dataset Creation
|
156 |
|
|
|
100 |
Below are tables for each task, with the different categories separated into columns:
|
101 |
Below is the README table for each task, with separate rows for train and test values:
|
102 |
|
103 |
+
$$
|
104 |
+
\begin{array}{|l|l|l|l|}
|
105 |
+
\hline
|
106 |
+
\textbf{Task} & \textbf{Category} & \textbf{Train} & \textbf{Test} \\ \hline
|
107 |
+
\textbf{Price Direction Up} & 0 & 4925 & 1233 \\
|
108 |
+
& 1 & 3531 & 881 \\ \hline
|
109 |
+
\textbf{Price Direction Constant} & 0 & 8092 & 2034 \\
|
110 |
+
& 1 & 364 & 80 \\ \hline
|
111 |
+
\textbf{Price Direction Down} & 0 & 5311 & 1347 \\
|
112 |
+
& 1 & 3145 & 767 \\ \hline
|
113 |
+
\textbf{Asset Comparison} & 0 & 6855 & 1714 \\
|
114 |
+
& 1 & 1601 & 400 \\ \hline
|
115 |
+
\textbf{Past Information} & 1 & 8196 & 2056 \\
|
116 |
+
& 0 & 260 & 58 \\ \hline
|
117 |
+
\textbf{Future Information} & 0 & 8195 & 2056 \\
|
118 |
+
& 1 & 261 & 58 \\ \hline
|
119 |
+
\textbf{Price Sentiment} & \text{positive} & 3531 & 881 \\
|
120 |
+
& \text{negative} & 3068 & 746 \\
|
121 |
+
& \text{none} & 1552 & 416 \\
|
122 |
+
& \text{neutral} & 305 & 71 \\ \hline
|
123 |
+
\end{array}
|
124 |
+
$$
|
125 |
+
|
126 |
+
### Price Direction Up
|
127 |
+
```latex
|
128 |
+
$$
|
129 |
+
\begin{array}{|l|l|l|}
|
130 |
+
\hline
|
131 |
+
\textbf{Category} & \textbf{Train} & \textbf{Test} \\ \hline
|
132 |
+
0 & 4925 & 1233 \\
|
133 |
+
1 & 3531 & 881 \\ \hline
|
134 |
+
\end{array}
|
135 |
+
$$
|
136 |
+
```
|
137 |
+
|
138 |
+
### Price Direction Constant
|
139 |
+
```latex
|
140 |
+
$$
|
141 |
+
\begin{array}{|l|l|l|}
|
142 |
+
\hline
|
143 |
+
\textbf{Category} & \textbf{Train} & \textbf{Test} \\ \hline
|
144 |
+
0 & 8092 & 2034 \\
|
145 |
+
1 & 364 & 80 \\ \hline
|
146 |
+
\end{array}
|
147 |
+
$$
|
148 |
+
```
|
149 |
+
|
150 |
+
### Price Direction Down
|
151 |
+
```latex
|
152 |
+
$$
|
153 |
+
\begin{array}{|l|l|l|}
|
154 |
+
\hline
|
155 |
+
\textbf{Category} & \textbf{Train} & \textbf{Test} \\ \hline
|
156 |
+
0 & 5311 & 1347 \\
|
157 |
+
1 & 3145 & 767 \\ \hline
|
158 |
+
\end{array}
|
159 |
+
$$
|
160 |
+
```
|
161 |
+
|
162 |
+
### Asset Comparison
|
163 |
+
```latex
|
164 |
+
$$
|
165 |
+
\begin{array}{|l|l|l|}
|
166 |
+
\hline
|
167 |
+
\textbf{Category} & \textbf{Train} & \textbf{Test} \\ \hline
|
168 |
+
0 & 6855 & 1714 \\
|
169 |
+
1 & 1601 & 400 \\ \hline
|
170 |
+
\end{array}
|
171 |
+
$$
|
172 |
+
```
|
173 |
+
|
174 |
+
### Past Information
|
175 |
+
```latex
|
176 |
+
$$
|
177 |
+
\begin{array}{|l|l|l|}
|
178 |
+
\hline
|
179 |
+
\textbf{Category} & \textbf{Train} & \textbf{Test} \\ \hline
|
180 |
+
1 & 8196 & 2056 \\
|
181 |
+
0 & 260 & 58 \\ \hline
|
182 |
+
\end{array}
|
183 |
+
$$
|
184 |
+
```
|
185 |
+
|
186 |
+
### Future Information
|
187 |
+
```latex
|
188 |
+
$$
|
189 |
+
\begin{array}{|l|l|l|}
|
190 |
+
\hline
|
191 |
+
\textbf{Category} & \textbf{Train} & \textbf{Test} \\ \hline
|
192 |
+
0 & 8195 & 2056 \\
|
193 |
+
1 & 261 & 58 \\ \hline
|
194 |
+
\end{array}
|
195 |
+
$$
|
196 |
+
```
|
197 |
+
|
198 |
| Task | Train | Test |
|
199 |
|------|-------|------|
|
200 |
| **Price Direction Up** | 0: 4925<br>1: 3531 | 0: 1233<br>1: 881 |
|
|
|
205 |
| **Future Information** | 0: 8195<br>1: 261 | 0: 2056<br>1: 58 |
|
206 |
| **Price Sentiment** | positive: 3531<br>negative: 3068<br>none: 1552<br>neutral: 305 | positive: 881<br>negative: 746<br>none: 416<br>neutral: 71 |
|
207 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
|
209 |
## Dataset Creation
|
210 |
|