-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
104 lines (81 loc) · 2.16 KB
/
index.qmd
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
---
title: "Data Science Learned from BYU-I"
author: "Brigham Eaquinto"
date: "July 2022"
format:
html:
toc: true
toc-depth: 5
toc-location: right
code-tools: true
code-copy: true
code-fold: false
self-contained: true
anchor-sections: false
theme: cerulean
---
### Tools Learned
----
:::::::::::::: {.columns}
::: {.column width="50%"}
- Coding Languages
- R
- Python
- SQL
- DAX
:::
::: {.column width="50%"}
- IDEs
- VSCode
- RStudio
- DataBricks
:::
::::::::::::::
:::::::::::::: {.columns}
::: {.column width="50%"}
- R
- Tidyverse (Dplyr, Ggplot2)
- [stats](https://stat.ethz.ch/R-manual/R-devel/library/stats/html/00Index.html) ([Saunder's Notebook](https://byuistats.github.io/Statistics-Notebook/))
- OfficeR
:::
::: {.column width="50%"}
- Python
- [Pyspark & Spark SQL](python_notes\spark\pyspark_notes.html)
- [Tensorflow & Keras](python_notes\tensorflow_keras_notes.html)
- [Sklearn](python_notes\sklearn_notes.html)
- [Pandas](python_notes\pandas_notes.html)
- [Numpy](python_notes\numpy_notes.html)
- [Seaborn](python_notes\seaborn_notes.html)
- [Plotnine](python_notes\plotnine_notes.html)
- [Spacy](python_notes\spacy_notes.html)
- [Gensim](python_notes\gensim_notes.html)
:::
::::::::::::::
- Reporting Tools:
- [QMD](qmd/qmd_notes.html)
- Streamlit Dashboard
- Power BI Reports
- __Others__
- IDAS
- Pathway Internship
- DSS
# Curriculum
### Noteable Data Science Classes
- CIT 111 Introduction to Databases
- CIT 225 Database Design & Development
- DS 250 Data Science Programming
- DS 350 Data Wrangling and Visualization
- DS 460 Big Data Programming & Analytics
- DS 498R Internship
- DS 499 Senior Project in Data Science
- MATH 325 Intermediate Statistics
- MATH 425 Applied Linear Regression
- MATH 488 Statistical and Data Science Consulting
- CSE 450 Machine Learning
- BA 315 Business Analytics
### Notable Math Classes
- MATH 112X Calculus 1
- MATH 215 Multivariable Calculus
- MATH 316 Differential Equations and Linear Algebra
- MATH 341 Linear Algebra
- MATH 423 Probability and Statistics