-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.Rmd
95 lines (65 loc) · 2.56 KB
/
test.Rmd
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
---
title: "Hans Capener - Portfolio"
author: "Hans Capener"
date: "`r Sys.Date()`"
output:
rmdformats::readthedown:
code_folding: hide
includes:
in_header: header/header.html
---
```{css, echo=F}
.title {
display: none;
}
```
<!-- :::: {style="display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 10px;"} -->
<!-- ::: {} -->
<!-- ::: -->
<!-- ::: {} -->
<!-- ::: -->
<!-- :::: -->
:::: {style="display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 10px; background-color: #9F2042; padding: 20px; margin: 0em -3.236em"}
::: {style="margin:20px; padding: 20px:"}
<img src="profile.jpg" alt="Profile Picture" style="border-radius: 1rem; box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 30px 5px;">
:::
::: {style="margin: 20px; padding: 10px 20px; background-color: rgb(230, 225, 225);"}
## Personal Overview
Education:
- Senior, Data Science major, Brigham Young University-Idaho
- Minors in Mathematics and Statistics
- Expected Graduation: April 2025
Future Plans:
- Intend to pursue a master's degree in Statistics, considering further studies for a PhD.
:::
::::
<br>
# Skill Showcase
### *Click Titles* or use side nav bar
:::: {style="display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 10px; text-align: center; padding=30px; background-color: rgba(159, 32, 66, 0.4);"}
::: {style="margin: 20px 10px 10px 20px; padding: 20px; background-color: rgb(230, 225, 225);"}
## [Data Wrangling and Visualization](#data-wrangling-and-visualization-1)
<div style="text-align: left; text-indent: 20px">
I am adept with R(tidyverse) and Python(pandas and seaborn) for data wrangling and visualization.
</div>
:::
::: {style="margin: 20px 20px 10px 10px; padding: 20px; background-color: rgb(230, 225, 225);"}
## [Statistical Analysis](#statistical-analysis-1)
<div style="text-align: left; text-indent: 20px">
I can create interpretable multiple linear regression models, as well as perform many other statistical tests.
</div>
:::
::: {style="margin: 10px 10px 20px 20px; padding: 20px; background-color: rgb(230, 225, 225);"}
## [SQL](#sql-1)
<div style="text-align: left;">
Comfortable querying large databases.
Familiar with database design.
</div>
:::
::: {style="margin: 10px 20px 20px 10px; padding: 20px; background-color: rgb(230, 225, 225);"}
## [Machine Learning](#machine-learning-1)
<div style="text-align: left; text-indent: 20px">
Familiar with Neural Networks (including CNN and RNN). Comfortable with XGBoost, RandomForest, Descision Trees, and Gradient Boosted Models. Very comfortable with all supervised learning.
</div>
:::
::::