forked from saraswatmks/superml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
80 lines (73 loc) · 1.48 KB
/
_pkgdown.yml
File metadata and controls
80 lines (73 loc) · 1.48 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
title: SuperML
url: https://saraswatmks.github.io/superml/
template:
params:
bootswatch: flatly
navbar:
structure:
left:
- home
- articles
- reference
- tutorials
- news
right:
- github
- linkedin
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Tutorials
menu:
- text: Introduction to superml
href: articles/superml_tutorial.html
- text: Guide to CountVectorizer
href: articles/Guide-to-CountVectorizer.html
- text: Guide to TfIdfVectorizer
href: articles/Guide-to-TfidfVectorizer.html
news:
text: News
href: news/index.html
github:
icon: fa-github fa-lg
href: https://github.com/saraswatmks/superml
linkedin:
icon: fa-linkedin fa-lg
href: https://www.linkedin.com/in/saraswatmanish/
reference:
- title: Machine Learning Algorithms
desc: ~
contents:
- '`LMTrainer`'
- '`KMeansTrainer`'
- '`KNNTrainer`'
- '`NBTrainer`'
- '`RFTrainer`'
- '`XGBTrainer`'
- title: Helpers
desc: ~
contents:
- '`bm_25`'
- '`Counter`'
- '`CountVectorizer`'
- '`dot`'
- '`dotmat`'
- '`GridSearchCV`'
- '`kFoldMean`'
- '`LabelEncoder`'
- '`normalise1d`'
- '`normalise2d`'
- '`RandomSearchCV`'
- '`sort_index`'
- '`smoothMean`'
- '`TfIdfVectorizer`'
- title: Datasets
desc: ~
contents:
- '`cla_train`'
- '`reg_train`'