-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path_quarto.yml
More file actions
216 lines (212 loc) · 6.47 KB
/
_quarto.yml
File metadata and controls
216 lines (212 loc) · 6.47 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
project:
type: book
render:
- "*.qmd"
- "!ai-skills/"
book:
title: "Feature Engineering A-Z"
author: "Emil Hvitfeldt"
date: "2024-01-28"
repo-url: https://github.com/EmilHvitfeldt/feature-engineering-az
site-url: https://feaz-book.com/
open-graph: true
repo-actions: [edit, issue, source]
sidebar:
style: "docked"
search: true
chapters:
- index.qmd # draft
- introduction.qmd # draft
- part: "Numeric Features"
chapters:
- numeric.qmd # draft
- numeric-logarithms.qmd # draft
- numeric-sqrt.qmd # draft
- numeric-boxcox.qmd # draft
- numeric-yeojohnson.qmd # draft
- numeric-percentile.qmd # draft
- numeric-normalization.qmd # draft
- numeric-range.qmd # draft
- numeric-maxabs.qmd # draft
- numeric-robust.qmd # draft
- numeric-binning.qmd # draft
- numeric-splines.qmd # draft
- numeric-polynomial.qmd # draft
- numeric-arithmetic.qmd # draft
- part: "Categorical Features"
chapters:
- categorical.qmd # draft
- categorical-cleaning.qmd # draft
- categorical-unseen.qmd # draft
- categorical-dummy.qmd # draft
- categorical-label.qmd # draft
- categorical-ordinal.qmd # draft
- categorical-binary.qmd # draft
- categorical-frequency.qmd # draft
- categorical-target.qmd # draft
- categorical-hashing.qmd # draft
- categorical-leaveoneout.qmd # draft
- categorical-leaf.qmd # draft
- categorical-glmm.qmd # draft
- categorical-catboost.qmd # draft
- categorical-woe.qmd # draft
- categorical-jamesstein.qmd # draft
- categorical-mestimator.qmd # draft
- categorical-thermometer.qmd # draft
- categorical-quantile.qmd # draft
- categorical-summary.qmd # draft
- categorical-collapse.qmd # draft
- categorical-combination.qmd # draft
- categorical-multi-dummy.qmd # draft
- part: "Datetime Features"
chapters:
- datetime.qmd # draft
- datetime-extraction.qmd # draft
- datetime-advanced.qmd # draft
- datetime-periodic.qmd # draft
- part: "Missing Data"
chapters:
- missing.qmd # draft
- missing-simple.qmd # draft
- missing-model.qmd # draft
- missing-indicator.qmd # draft
- missing-remove.qmd # draft
- part: "Text Features"
chapters:
- text.qmd # draft
- text-manual.qmd # draft
- text-cleaning.qmd # draft
- text-tokenization.qmd # draft
- text-stemming.qmd # draft
- text-ngrams.qmd # draft
- text-stopwords.qmd # draft
- text-filter.qmd # draft
- text-tf.qmd # draft
- text-tfidf.qmd # draft
- text-hashing.qmd # draft
- text-onehot.qmd # draft
- text-lda.qmd # draft
- text-word2vec.qmd # draft
- text-bert.qmd # draft
- part: "Periodic Features"
chapters:
- periodic.qmd # draft
- periodic-trig.qmd # draft
- periodic-splines.qmd # draft
- periodic-indicators.qmd # draft
- part: "Too Many Variables"
chapters:
- too-many.qmd # draft
- too-many-zv.qmd # draft
- too-many-pca.qmd # draft
- too-many-pca-variants.qmd # draft
- too-many-ica.qmd # draft
- too-many-nmf.qmd # draft
- too-many-pls.qmd # draft
- too-many-lda.qmd # draft
- too-many-lda-variants.qmd # draft
- too-many-autoencoder.qmd # draft
- too-many-umap.qmd # draft
- too-many-isomap.qmd # draft
- too-many-filter.qmd # draft
- part: "Correlated Data"
chapters:
- correlated.qmd # draft
- correlated-filter.qmd # draft
- part: "Outliers"
chapters:
- outliers.qmd # draft
- outliers-identify.qmd # draft
- outliers-remove.qmd # draft
- outliers-imputation.qmd # draft
- outliers-indicate.qmd # draft
- part: "Imbalanced Data"
chapters:
- imbalenced.qmd # draft
- imbalenced-upsample.qmd # draft
- imbalenced-rose.qmd
- imbalenced-smote.qmd # draft
- imbalenced-smote-variants.qmd # draft
- imbalenced-downsample.qmd # draft
- imbalenced-nearmiss.qmd
- imbalenced-tomek.qmd # draft
- imbalenced-cnn.qmd
- imbalenced-enn.qmd
- imbalenced-hardness-threshold.qmd
- imbalenced-one-sided.qmd
- part: "Miscellaneous"
chapters:
- miscellaneous.qmd # draft
- miscellaneous-id.qmd # draft
- miscellaneous-color.qmd # draft
- miscellaneous-zipcodes.qmd
- miscellaneous-email.qmd
- part: "Spatial"
chapters:
- spatial.qmd # draft
- spatial-distance.qmd
- spatial-nearest.qmd
- spatial-count.qmd
- spatial-query.qmd
- spatial-embedding.qmd
- spatial-characteristics.qmd
- part: "Time-Series Data"
chapters:
- time-series.qmd # draft
- time-series-smooth.qmd
- time-series-sliding.qmd
- time-series-log-interval.qmd
- time-series-missing.qmd
- time-series-outliers.qmd
- time-series-diff.qmd
- time-series-lag.qmd
- time-series-rolling-window.qmd
- time-series-expanding-window.qmd
- time-series-fourier.qmd
- time-series-wavelet.qmd
- part: "Image Data"
chapters:
- image.qmd # draft
- image-edge-corner.qmd
- image-texture.qmd
- image-grayscale.qmd
- image-colors.qmd
- image-noise.qmd
- image-normalization.qmd
- image-resize.qmd
- image-brightness.qmd
- image-shift-flip-rotate.qmd
- image-crop-scale.qmd
- image-embeddings.qmd
- part: "Ralational Data"
chapters:
- relational.qmd # draft
- relational-manual.qmd
- relational-auto.qmd
- part: "Video Data"
chapters:
- video.qmd
- video-tmp.qmd
- part: "Sound Data"
chapters:
- sound.qmd
- sound-tmp.qmd
- order.qmd
- sparse.qmd
- models.qmd
- summary.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme: [cosmo.scss, theme.scss]
include-after-body: [posthog.html, misc.html]
grid:
sidebar-width: 350px
pdf:
documentclass: scrreport
toc-depth: 1
editor:
markdown:
wrap: sentence
canonical: true