generated from benchopt/template_benchmark
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy path.gitignore
54 lines (54 loc) · 1.07 KB
/
.gitignore
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
/.Rproj.user
.Rhistory
.RData
.Ruserdata
analyses/old/
analyses/plots/
nam/
saved_models/
!trash/re_temp.py
/features
/history
/predictions
/results
/skorch_cp
/skorch_cp_updates
/trash
/trees
/wandb
ToyTabular.Rproj
.DS_store
*/__pycache__/
features/
plots/
analyses/utils/
.idea
wandb/
output/
skorch_cp/
launch_config/
src/launch_benchmarks/sweeps/*
launch_config/results/*
src/launch_benchmarks/launch_bo.py
src/launch_benchmarks/launch_benchmark_small.py
src/launch_benchmarks/model_configs.py
src/upload_cleaned_datasets.py
__pycache__/
config/
analyses/save_benchmarks.R
analyses/results/*
!analyses/results/random_search_benchmark_categorical.csv
!analyses/results/random_search_benchmark_numerical.csv
!analyses/results/random_search_benchmark_numerical_old.csv
!analyses/results/random_search_benchmark_categorical_old.csv
!analyses/results/random_search_xps.csv
src/check_difficulty_resnet.py
src/utils/__pycache__/
openml_cache/
trash
src/launch_benchmarks/launch_benchmark_missing.py
src/*.csv
src/check_difficulty_old.py
src/launch_benchmarks/results/*
src/trash
src/export_data.py