Yuriy Serdyuk commited on
Commit
aba4722
·
1 Parent(s): b85cc5a

Changed structure

Browse files
dataset_infos.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "synthetic_linear_data": {
3
- "description": "A synthetic dataset generated for linear regression tasks with one feature and added Gaussian noise.",
4
- "features": {
5
- "x": {
6
- "dtype": "float32"
7
- },
8
- "y": {
9
- "dtype": "float32"
10
- }
11
- },
12
- "homepage": "",
13
- "license": "MIT",
14
- "citation": "",
15
- "size_in_bytes": 36784,
16
- "splits": {
17
- "train": {
18
- "num_bytes": 36784,
19
- "num_examples": 1000
20
- }
21
- },
22
- "download_size": 36784,
23
- "dataset_size": 36784
24
- }
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/synthetic_linear_data.csv → train.csv RENAMED
File without changes