CoolFace
Datasetpublic

yregelman/popular-posts-3d-scatter-plot

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes11downloads
README.md54 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: postId5    dtype: string6  - name: voteCount7    dtype: int648  - name: userId9    dtype: string10  - name: votes11    dtype: int6412  - name: mediaId13    dtype: string14  - name: url15    dtype: string16  - name: mediaType17    dtype: string18  - name: encoding19    sequence: float6420  - name: views21    dtype: float6422  - name: weightedVotes23    dtype: float6424  - name: 3d_x25    dtype: float3226  - name: 3d_y27    dtype: float3228  - name: 3d_z29    dtype: float3230  - name: label31    dtype: int6432  - name: coarse_label33    dtype: int6434  - name: coarse_color35    dtype: string36  - name: color37    dtype: string38  - name: marker_size39    dtype: int6440  - name: weighted_vote_marker_size41    dtype: int6442  splits:43  - name: train44    num_bytes: 5438721245    num_examples: 995546  download_size: 4386134747  dataset_size: 5438721248configs:49- config_name: default50  data_files:51  - split: train52    path: data/train-*53---54