Spaces:
Sleeping
Sleeping
File size: 296 Bytes
a73d60f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# Fake dataset for AI Code Generator
# You can replace this with your own dataset
feature1,feature2,feature3,feature4,target
34,180,1,50000,0
25,165,0,60000,1
40,175,1,55000,0
30,170,0,62000,1
45,185,1,58000,0
28,160,0,57000,1
35,178,1,53000,0
50,190,1,49000,1
23,158,0,61000,0
38,172,1,56000,1
|