-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
336 lines (185 loc) · 13.1 KB
/
404.html
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!DOCTYPE html>
<html lang="en">
<head>
<title>tomis9's cookbook</title>
<link rel="shortcut icon" type='image/x-icon' href="https://tomis9.github.io/favicon.ico"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://tomis9.github.io/css/bootstrap-toc.css">
<link rel="stylesheet" href="https://tomis9.github.io/css/darcula.css">
<link rel="stylesheet" href="https://tomis9.github.io/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fascinate&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-yFRtMMDnQtDRO8rLpMIKrtPCD5jdktao2TV19YiZYWMDkUR5GQZR/NOVTdquEx1j" crossorigin="anonymous">
</head>
<body data-spy="scroll" data-target="#toc">
<nav id="navbar" class="navbar navbar-expand-md fixed-top navbar-hide transition">
<a class="navbar-brand"></a>
<button class="navbar-toggler float-xs-right" data-toggle="collapse" data-target="#collapsibleNavbar">
Menu
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://tomis9.github.io">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown">Python</a>
<div class="dropdown-menu scrollable-menu">
<a class="dropdown-item" href="https://tomis9.github.io/airflow/">airflow</a>
<a class="dropdown-item" href="https://tomis9.github.io/beautiful_soup/">beautiful soup</a>
<a class="dropdown-item" href="https://tomis9.github.io/decorators/">decorators</a>
<a class="dropdown-item" href="https://tomis9.github.io/flask/">flask</a>
<a class="dropdown-item" href="https://tomis9.github.io/learning_tensorflow/">learning tensorflow</a>
<a class="dropdown-item" href="https://tomis9.github.io/logging/">logging</a>
<a class="dropdown-item" href="https://tomis9.github.io/pandas/">pandas</a>
<a class="dropdown-item" href="https://tomis9.github.io/pyenv/">pyenv, virtualenv, freeze</a>
<a class="dropdown-item" href="https://tomis9.github.io/pytorch/">pytorch</a>
<a class="dropdown-item" href="https://tomis9.github.io/spark/">spark</a>
<a class="dropdown-item" href="https://tomis9.github.io/sqlalchemy/">sqlAlchemy</a>
<a class="dropdown-item" href="https://tomis9.github.io/tensorflow/">tensorflow</a>
<a class="dropdown-item" href="https://tomis9.github.io/testing/">testing</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown">R</a>
<div class="dropdown-menu scrollable-menu">
<a class="dropdown-item" href="https://tomis9.github.io/cinr/">C in R</a>
<a class="dropdown-item" href="https://tomis9.github.io/rmariadb/">RMariaDB (former RMySQL)</a>
<a class="dropdown-item" href="https://tomis9.github.io/rcpp/">Rcpp</a>
<a class="dropdown-item" href="https://tomis9.github.io/classess4/">classes - S4</a>
<a class="dropdown-item" href="https://tomis9.github.io/data.table/">data.table</a>
<a class="dropdown-item" href="https://tomis9.github.io/debugging/">debugging</a>
<a class="dropdown-item" href="https://tomis9.github.io/decision_trees/">decision trees</a>
<a class="dropdown-item" href="https://tomis9.github.io/ggplot2/">ggplot2</a>
<a class="dropdown-item" href="https://tomis9.github.io/logging/">logging</a>
<a class="dropdown-item" href="https://tomis9.github.io/lubridate/">lubridate</a>
<a class="dropdown-item" href="https://tomis9.github.io/nls/">nls</a>
<a class="dropdown-item" href="https://tomis9.github.io/packages/">packages</a>
<a class="dropdown-item" href="https://tomis9.github.io/rtags/">rTags</a>
<a class="dropdown-item" href="https://tomis9.github.io/reshape2/">reshape2</a>
<a class="dropdown-item" href="https://tomis9.github.io/rocker/">rocker</a>
<a class="dropdown-item" href="https://tomis9.github.io/rstanarm/">rstanarm</a>
<a class="dropdown-item" href="https://tomis9.github.io/shiny/">shiny</a>
<a class="dropdown-item" href="https://tomis9.github.io/spark/">spark</a>
<a class="dropdown-item" href="https://tomis9.github.io/sqldf/">sqldf</a>
<a class="dropdown-item" href="https://tomis9.github.io/testing/">testing</a>
<a class="dropdown-item" href="https://tomis9.github.io/tidyverse/">tidyverse</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown">Data engineering</a>
<div class="dropdown-menu scrollable-menu">
<a class="dropdown-item" href="https://tomis9.github.io/airflow/">airflow</a>
<a class="dropdown-item" href="https://tomis9.github.io/hadoop/">hadoop</a>
<a class="dropdown-item" href="https://tomis9.github.io/logging/">logging</a>
<a class="dropdown-item" href="https://tomis9.github.io/pandas/">pandas</a>
<a class="dropdown-item" href="https://tomis9.github.io/spark/">spark</a>
<a class="dropdown-item" href="https://tomis9.github.io/testing/">testing</a>
<a class="dropdown-item" href="https://tomis9.github.io/useful_processing/">useful processing</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown">Machine learning</a>
<div class="dropdown-menu scrollable-menu">
<a class="dropdown-item" href="https://tomis9.github.io/ml/">basic machine learning algorithms</a>
<a class="dropdown-item" href="https://tomis9.github.io/decision_trees/">decision trees</a>
<a class="dropdown-item" href="https://tomis9.github.io/learning_tensorflow/">learning tensorflow</a>
<a class="dropdown-item" href="https://tomis9.github.io/validation/">model validation</a>
<a class="dropdown-item" href="https://tomis9.github.io/nls/">nls</a>
<a class="dropdown-item" href="https://tomis9.github.io/pytorch/">pytorch</a>
<a class="dropdown-item" href="https://tomis9.github.io/tensorflow/">tensorflow</a>
<a class="dropdown-item" href="https://tomis9.github.io/useful_processing/">useful processing</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown">DevOps</a>
<div class="dropdown-menu scrollable-menu">
<a class="dropdown-item" href="https://tomis9.github.io/docker/">docker</a>
<a class="dropdown-item" href="https://tomis9.github.io/flask/">flask</a>
<a class="dropdown-item" href="https://tomis9.github.io/git/">git</a>
<a class="dropdown-item" href="https://tomis9.github.io/heroku/">heroku</a>
<a class="dropdown-item" href="https://tomis9.github.io/mesos/">mesos</a>
<a class="dropdown-item" href="https://tomis9.github.io/pyenv/">pyenv, virtualenv, freeze</a>
<a class="dropdown-item" href="https://tomis9.github.io/rocker/">rocker</a>
<a class="dropdown-item" href="https://tomis9.github.io/testing/">testing</a>
<a class="dropdown-item" href="https://tomis9.github.io/vagrant/">vagrant</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown">Projects</a>
<div class="dropdown-menu scrollable-menu">
<a class="dropdown-item" href="https://tomis9.github.io/vim_vs_emacs/">vim vs emacs - text mining to settle the editor war</a>
<a class="dropdown-item" href="https://tomis9.github.io/cookbook/">writing a cookbook</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown">scratchpad</a>
<div class="dropdown-menu scrollable-menu">
<a class="dropdown-item" href="https://tomis9.github.io/hugo/">Hugo</a>
<a class="dropdown-item" href="https://tomis9.github.io/file/">Rmarkdown total basics</a>
<a class="dropdown-item" href="https://tomis9.github.io/caffee/">caffee</a>
<a class="dropdown-item" href="https://tomis9.github.io/cassandra/">cassandra</a>
<a class="dropdown-item" href="https://tomis9.github.io/featuretools/">featuretools</a>
<a class="dropdown-item" href="https://tomis9.github.io/gitlab_ci/">gitlab-ci</a>
<a class="dropdown-item" href="https://tomis9.github.io/kafka/">kafka</a>
<a class="dropdown-item" href="https://tomis9.github.io/marathon/">marathon</a>
<a class="dropdown-item" href="https://tomis9.github.io/nlp/">nlp</a>
<a class="dropdown-item" href="https://tomis9.github.io/pandas/">pandas</a>
<a class="dropdown-item" href="https://tomis9.github.io/passing_arguments/">passing arguments to scripts</a>
<a class="dropdown-item" href="https://tomis9.github.io/redis/">redis</a>
<a class="dropdown-item" href="https://tomis9.github.io/tensorflow_serving/">tensorflow_serving</a>
<a class="dropdown-item" href="https://tomis9.github.io/theano/">theano</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="jumbotron text-center" id="header">
<div id="header-title">
<a href="https://tomis9.github.io">tomis9's cookbook</a>
</div>
<p style="color: white;">data science tutorials and snippets prepared by tomis9</p>
</div>
404 - page doesn't exist.
<div class="jumbotron text-center" id="footer">
made using  
<br class="d-xl-none">
<a href="https://gohugo.io/">Hugo</a> |
<a href="https://getbootstrap.com/">Bootstrap</a> |
<a href="https://highlightjs.org/">highlightjs</a> |
<a href="https://bookdown.org/yihui/blogdown/">blogdown</a> |
<a href="https://fonts.google.com/">Google fonts</a>  
<br class="d-xl-none">
<a href="https://github.com/tomis9/cookbook">github</a> |
<a href="https://travis-ci.org/tomis9/cookbook">travis-ci</a> <a href="https://travis-ci.org/tomis9/cookbook"><img src="https://api.travis-ci.org/tomis9/cookbook.png"></img></a> |
<a href="https://hub.docker.com/r/tomis9/cookbook">docker hub</a>  
<br class="d-xl-none">
<a href="https://aws.amazon.com/s3">Amazon S3</a> |
<a href="https://aws.amazon.com/route53/">Amazon Route 53</a>  
<br class="d-xl-none">
Copyright © 2019 tomis9
</div>
</body>
<script src="https://tomis9.github.io/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://tomis9.github.io/js/bootstrap-toc.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-9Nhn55MVVN0/4OFx7EE5kpFBPsEMZxKTCnA+4fqDmg12eCTqGi6+BB2LjY8brQxJ" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
<script>
$(window).scroll(function() {
if ($(window).scrollTop() > 100 ) {
$('.navbar').removeClass('navbar-hide');
$('.navbar').addClass('navbar-show');
} else {
$('.navbar').removeClass('navbar-show');
$('.navbar').addClass('navbar-hide');
};
});
</script>
</html>