Skip to content

Commit db30383

Browse files
committed
sincronizanod com o local
1 parent 7363255 commit db30383

File tree

196 files changed

+82026
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+82026
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
.Integracao-PyR.Rproj
6+
.requirements_carol.txt

Aula_CEUB/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Mini Aula ministrada no Centro Universitário de Brasília no âmbito da seleção de professores para o curso de graduação em Ciência de Dados.

Aula_CEUB/index.html

+2,664
Large diffs are not rendered by default.

EC/NUTS.pdf

1.48 MB
Binary file not shown.

EC/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Disciplina de Estatística Computacional ofertada pelo Professor Guilherme Souza Rodrigues em 2/2023, UnB.

EC/SorensenHohensteinVasishth2016.pdf

1.62 MB
Binary file not shown.

EC/Tidymodels.html

+370
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,370 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<!DOCTYPE html>
5+
<html lang="en-us">
6+
7+
8+
9+
<link rel="stylesheet" href="/css/fonts.css">
10+
<link rel="stylesheet" href="/css/main-site.css">
11+
<link rel="stylesheet" href="/css/fa5-all.css">
12+
<style type="text/css">
13+
body {
14+
background-color: #ffffff;
15+
color: #404040
16+
}
17+
18+
/* Links */
19+
20+
a {
21+
color: #CA225E;
22+
}
23+
24+
a:hover {
25+
color: #cc3168;
26+
}
27+
28+
/* Landing page content bands */
29+
30+
#homeContent .band.first {
31+
background-color: #ffffff
32+
}
33+
34+
#homeContent .band.second {
35+
background-color: #fcfcfc
36+
}
37+
38+
#homeContent .band.third {
39+
background-color: #ffffff
40+
}
41+
42+
/* Top navigation bar menu */
43+
44+
#rStudioHeader {
45+
background-color: #ffffff;
46+
color: black;
47+
}
48+
49+
#rStudioHeader .productName {
50+
color: #CA225E
51+
}
52+
53+
#rStudioHeader .productName:hover {
54+
color: #00000075
55+
}
56+
57+
#rStudioHeader #menu .menuItem.a {
58+
background-color: #75aadb;
59+
color: black;
60+
}
61+
62+
#rStudioHeader #menu .menuItem:hover {
63+
background-color: white;
64+
color: #CA225E;
65+
}
66+
67+
#rStudioHeader #menu .menuItem.current {
68+
background-color: #fcfcfc;
69+
color: #CA225E;
70+
text-decoration: none;
71+
}
72+
73+
/* Footer */
74+
75+
#rStudioFooter.band {
76+
background-color: #CA225E40;
77+
}
78+
79+
#rStudioFooter .bandContent #copyright {
80+
color: #CA225E;
81+
}
82+
83+
/* Tables */
84+
85+
table tbody tr:nth-child(even){
86+
background-color: #fcfcfc;
87+
}
88+
89+
table tbody tr:nth-child(odd){
90+
background-color: #1a162d10;
91+
}
92+
93+
.latest {
94+
border-top: .5em solid <no value>;
95+
}
96+
</style>
97+
98+
<link rel="stylesheet" href="/css/tm.css">
99+
100+
101+
102+
103+
<meta charset="utf-8">
104+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
105+
<meta name="apple-mobile-web-app-capable" content="yes" />
106+
107+
<meta name="og:image" content="https://www.tidymodels.org/images/feature_summary_large_image.jpg" >
108+
109+
<meta property="twitter:card" content="summary_large_image">
110+
111+
<meta name="twitter:image" content="https://www.tidymodels.org/images/feature_summary_large_image.jpg" ><meta name="generator" content="Hugo 0.96.0" />
112+
113+
<title>Tidymodels</title>
114+
<meta property="og:title" content="Tidymodels">
115+
<meta property="og:type" content="website">
116+
<meta property="description" content="A collection of R packages for modeling and machine learning using tidyverse principles.">
117+
<meta property="og:description" content="A collection of R packages for modeling and machine learning using tidyverse principles.">
118+
119+
120+
121+
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png" />
122+
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png" />
123+
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png" />
124+
<link rel="manifest" href="/images/favicons/site.webmanifest" />
125+
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" />
126+
<link rel="shortcut icon" href="/images/favicons/favicon.ico" />
127+
<meta name="msapplication-TileColor" content="#da532c">
128+
<meta name="msapplication-config" href="/images/favicons/browserconfig.xml" >
129+
130+
131+
132+
<script type="text/javascript" src="/js/jquery-3.5.1.min.js"></script>
133+
<script type="text/javascript" src="/js/site.js"></script>
134+
<script type="text/javascript" src="/js/home.js"></script>
135+
136+
<script type="text/javascript" src="/js/tm.js"></script>
137+
138+
139+
<link rel="icon" href="/images/favicon.ico" />
140+
141+
142+
<script defer data-domain="tidymodels.org,all.tidymodels.org" src="https://plausible.io/js/plausible.js"></script>
143+
144+
145+
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" crossorigin="anonymous"></script>
146+
147+
148+
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.6/clipboard.min.js" integrity="sha256-inc5kl9MA1hkeYUt+EC3BhlIgyp/2jDIyBLS6k3UxPI=" crossorigin="anonymous"></script>
149+
150+
151+
152+
<body>
153+
<div id="appTidyverseSite" >
154+
<div id="main">
155+
156+
<div id="rStudioHeader">
157+
<div class="band">
158+
<div class="innards bandContent">
159+
<div>
160+
<a class="productName" href="/">Tidymodels</a>
161+
162+
</div>
163+
<div id="menu">
164+
<div id="menuToggler"></div>
165+
<div id="menuItems" class="">
166+
167+
168+
169+
170+
171+
<a class="menuItem " href="/packages/">Packages</a>
172+
173+
174+
175+
176+
<a class="menuItem " href="/start/">Get Started</a>
177+
178+
179+
180+
181+
<a class="menuItem " href="/learn/">Learn</a>
182+
183+
184+
185+
186+
<a class="menuItem " href="/help/">Help</a>
187+
188+
189+
190+
191+
<a class="menuItem " href="/contribute/">Contribute</a>
192+
193+
194+
195+
196+
<a class="menuItem " href="/find/"><i class="fas fa-search fa-lg"></i> </a>
197+
198+
199+
200+
201+
<a class="menuItem " href="https://github.com/tidymodels/"><i class="fab fa-github fa-lg"></i></a>
202+
203+
</div>
204+
</div>
205+
206+
</div>
207+
</div>
208+
</div>
209+
</head>
210+
<body>
211+
212+
213+
214+
215+
216+
<div id="homeContent" class="pushFooter">
217+
218+
219+
220+
<div class="band first">
221+
<div class="bandContent">
222+
223+
224+
<div class="hexBadges">
225+
226+
227+
<a href="/"><div class=""></div><img src="https://raw.githubusercontent.com/rstudio/hex-stickers/master/SVG/tidymodels.svg" alt="tidymodels hex sticker" class="r1 c0"></a>
228+
<a href="https://rsample.tidymodels.org/"><div class="filtered r2 c0"></div><img src="https://raw.githubusercontent.com/rstudio/hex-stickers/master/SVG/rsample.svg" alt="rsample hex sticker" class="r2 c0"></a>
229+
<a href="https://parsnip.tidymodels.org/"><div class="filtered r3 c0"></div><img src="https://raw.githubusercontent.com/rstudio/hex-stickers/master/SVG/parsnip.svg" alt="parsnip hex sticker" class="r3 c0"></a>
230+
231+
232+
233+
<a href="https://recipes.tidymodels.org/"><div class="filtered r2 c2"></div><img src="https://raw.githubusercontent.com/rstudio/hex-stickers/master/SVG/recipes.svg" alt="recipes hex sticker" class="r2 c2"></a>
234+
<a href="https://tune.tidymodels.org/"><div class="filtered r3 c2"></div><img src="https://raw.githubusercontent.com/rstudio/hex-stickers/master/SVG/tune.svg" alt="tune hex sticker" class="r3 c2"></a>
235+
<a href="https://yardstick.tidymodels.org/"><div class="filtered r4 c2"></div><img src="https://raw.githubusercontent.com/rstudio/hex-stickers/master/SVG/yardstick.svg" alt="yardstick hex sticker" class="r4 c2"></a>
236+
237+
</div>
238+
239+
240+
<div class="blurb">
241+
<div class="tagline">
242+
tidymodels
243+
</div>
244+
<div>
245+
<p>The tidymodels framework is a collection of packages for modeling and machine learning using <a href="https://www.tidyverse.org/">tidyverse</a> principles.</p>
246+
<p>Install tidymodels with:</p>
247+
<pre tabindex="0"><code class="language-{r," data-lang="{r,">install.packages(&#34;tidymodels&#34;)
248+
</code></pre>
249+
</div>
250+
</div>
251+
252+
</div>
253+
</div>
254+
255+
256+
257+
258+
259+
<div class="band second">
260+
<div class="bandContent">
261+
<div class="blurb">
262+
<div class="tagline">
263+
Learn tidymodels
264+
</div>
265+
<div>
266+
Whether you are just starting out today or have years of experience with modeling, tidymodels offers a consistent, flexible framework for your work.
267+
</div>
268+
<img class="bookCover" src="images/cover.png" alt="Parsnip set your engine, illustrated by Allison Horst">
269+
</div>
270+
<div class="blurb">
271+
<div class="tagline small"></div>
272+
273+
274+
275+
276+
277+
<div class="event">
278+
<div class="eventTitle"><a href="/start/"><i class="fas fa-flag-checkered"></i>&nbsp;&nbsp;Get Started</a></div>
279+
<div class="eventDetails">What do you need to know to start using tidymodels? Learn what you need in 5 articles, starting with how to create a model and ending with a beginning-to-end modeling case study.</div>
280+
</div>
281+
282+
283+
284+
285+
286+
287+
<div class="event">
288+
<div class="eventTitle"><a href="/learn/"><i class="far fa-lightbulb"></i>&nbsp;&nbsp;Learn</a></div>
289+
<div class="eventDetails">After you are comfortable with the basics, you can learn how to go farther with tidymodels in your modeling and machine learning projects.</div>
290+
</div>
291+
292+
293+
294+
</div>
295+
</div>
296+
</div>
297+
298+
299+
300+
301+
302+
303+
304+
<div class="band third">
305+
<div class="bandContent">
306+
<div class="hideOnMobile"><img class="bee1" src="images/parsnip-flagger.jpg" alt=""></div>
307+
<div class="blurb">
308+
<div class="tagline">
309+
Stay up to date
310+
</div>
311+
<div>
312+
Hear about the latest tidymodels news at the <a href="https://www.tidyverse.org/tags/tidymodels/" target="_blank">tidyverse blog</a>.
313+
</div>
314+
</div>
315+
</div>
316+
</div>
317+
</div>
318+
319+
320+
321+
<div id="rStudioFooter" class="band">
322+
<div class="bandContent">
323+
<div id="copyright">
324+
325+
326+
Proudly supported by <a class="rstudioLogo" href="https://www.rstudio.com/"></a>
327+
328+
</div>
329+
<div id="logos">
330+
331+
332+
</div>
333+
334+
<span class="float-right" aria-hidden="true">
335+
<a href="#" class="back-to-top">
336+
<span class="button_icon">
337+
<i class="fas fa-chevron-up fa-2x"></i>
338+
</span>
339+
</a>
340+
</span>
341+
342+
</div>
343+
</div>
344+
345+
</div>
346+
</div>
347+
348+
349+
350+
351+
352+
353+
<script type="application/javascript">
354+
var doNotTrack = false;
355+
if (!doNotTrack) {
356+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
357+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
358+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
359+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
360+
ga('create', 'UA-20375833-29', 'auto');
361+
362+
ga('send', 'pageview');
363+
}
364+
</script>
365+
366+
</body>
367+
</html>
368+
369+
</body>
370+
</html>

0 commit comments

Comments
 (0)