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

Updated dataset_infos

Browse files
Files changed (1) hide show
  1. dataset_infos.json +2 -4
dataset_infos.json CHANGED
@@ -3,12 +3,10 @@
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
- "description": "Input feature uniformly distributed between 0 and 10."
8
  },
9
  "y": {
10
- "dtype": "float32",
11
- "description": "Target value calculated as y = 3.5x + 7 + noise, where noise is Gaussian."
12
  }
13
  },
14
  "homepage": "",
 
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": "",