This repository was archived by the owner on Jan 11, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (55 loc) · 1.58 KB
/
mkdocs.yml
File metadata and controls
61 lines (55 loc) · 1.58 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
site_name: LinearML
theme:
name: material
logo: assets/logo-circle.png
favicon: assets/logo-circle.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: deep purple
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
primary: deep purple
icon:
repo: fontawesome/brands/github
nav:
- LinearML: index.md
- Data Structure:
- Array: ds/array.md
- Matrix: ds/mat.md
# - Vector: ds/vec.md
- Machine Learning:
- Linear Regression: ml/linregress.md
- Multiple Linear Regression: ml/multiregress.md
- Logistic Regression: ml/logregress.md
- Parsers:
- CSV: parsers/csv.md
repo_url: https://github.com/Adwaith-Rajesh/LinearML
repo_name: Adwaith-Rajesh/LinearML
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Adwaith-Rajesh
- icon: fontawesome/brands/twitter
link: https://twitter.com/adwaith__rajesh
- icon: fontawesome/brands/discord
link: https://discord.gg/BxMbWzZe2Z
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/adwaith-rajesh-517888204/
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js