File size: 1,214 Bytes
ab62c2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
dataset_info:
  features:
  - name: participant_id
    dtype: string
  - name: country
    dtype: string
  - name: region
    dtype: string
  - name: age
    dtype: int64
  - name: education_level
    dtype: string
  - name: years_programming
    dtype: float64
  - name: contest_platform
    dtype: string
  - name: contest_type
    dtype: string
  - name: primary_language
    dtype: string
  - name: contests_last_12m
    dtype: int64
  - name: problems_solved_total
    dtype: int64
  - name: avg_rank_percentile
    dtype: float64
  - name: rating_before
    dtype: int64
  - name: rating_after
    dtype: int64
  - name: rating_delta
    dtype: int64
  - name: avg_solve_time_min
    dtype: float64
  - name: wrong_submissions_per_problem
    dtype: float64
  - name: hard_problem_accuracy
    dtype: float64
  - name: team_size
    dtype: int64
  - name: university_affiliated
    dtype: int64
  - name: performance_score
    dtype: float64
  - name: performance_label
    dtype: string
  splits:
  - name: train
    num_bytes: 42113390
    num_examples: 200000
  download_size: 10308561
  dataset_size: 42113390
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---