-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferences.sublime-settings
More file actions
121 lines (121 loc) · 1.87 KB
/
Preferences.sublime-settings
File metadata and controls
121 lines (121 loc) · 1.87 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"added_words":
[
"refactored",
"unrefactorable",
"Refactoring",
"refactoring",
"whitespace",
"Tokenisation",
"subgraphs",
"subtrees",
"Cyclomatic",
"independency",
"iff",
"reusability",
"Frequentist",
"itemset",
"perceptron",
"constraining",
"perceptrons",
"Backpropagation",
"backpropagation",
"overfitting",
"Convolutional",
"convolutional",
"Poisson",
"softmax",
"multinoulli",
"nonzero",
"learnable",
"maxout",
"feedforward",
"softplus",
"trigram",
"equivariance",
"Wikipedia",
"metadata",
"timestamp",
"timestep",
"overfits",
"dropout",
"hyperparameters",
"Preprocess",
"logits",
"Jill",
"grep",
"reinitialisable",
"feedable",
"initialisable",
"irregardless",
"vocab",
"interpretability",
"",
"multilabel",
"multiclass",
"numpy",
"Tensorflow",
"tf",
"codebase",
"dataflow",
"Deduplication",
"Deduplicating",
"Deduplicator",
"subtree",
"Clojure",
"namespace",
"homoiconic",
"programmatically",
"composable",
"hyperparameter",
"queryable",
"config",
"symlinked",
"unsantized",
"versioning",
"workflow",
"Kubernetes",
"featurized",
"featurising",
"multiset",
"Jaccard",
"featurization"
],
"args":
{
"kill": true
},
"color_scheme": "Packages/User/Monokai Extended Origin (SublimePythonIDE).tmTheme",
"command": "exec",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"font_face": "Fira Code",
"font_options":
[
"gray_antialias"
],
"font_size": 9,
"ignored_packages":
[
"Carbon",
"Markdown",
"Vintage"
],
"ignored_words":
[
"featurize",
"minibatches",
"np"
],
"rulers":
[
80,
100
],
"save_on_focus_lost": true,
"show_definitions": false,
"spell_check": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}