-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
529 lines (489 loc) · 26.8 KB
/
index.html
File metadata and controls
529 lines (489 loc) · 26.8 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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
---
layout: landing
title: "Burning Cost - Open-source pricing tools for UK insurance teams"
description: "14 Python libraries covering the full pricing workflow. From walk-forward cross-validation to constrained rate optimisation. Built by practitioners, for UK personal lines pricing teams."
---
<!-- Hero -->
<section class="hero">
<div class="hero-bg">
<div class="hero-orb hero-orb--1"></div>
<div class="hero-orb hero-orb--2"></div>
<div class="hero-orb hero-orb--3"></div>
</div>
<div class="hero-inner">
<div class="hero-label">
<span class="hero-label-dot"></span>
Open source · UK insurance pricing
</div>
<h1>Your <em>GBM</em> outperforms.<br>Your <em>GLM</em> is still live.</h1>
<p class="hero-sub">14 Python libraries that bridge the gap: from walk-forward cross-validation to constrained rate optimisation. Written for teams that already know what a GLM is.</p>
<div class="hero-cta">
<a href="/course/" class="btn btn-primary">Training course →</a>
<a href="https://github.com/burningcost" target="_blank" class="btn btn-outline">Browse on GitHub</a>
</div>
<!-- Animated terminal -->
<div class="hero-terminal">
<div class="hero-terminal-bar">
<div class="term-dots">
<span></span><span></span><span></span>
</div>
<span class="term-title">shap_relativities_demo.py</span>
</div>
<div class="hero-terminal-body" id="hero-term-body"><span class="term-cursor"></span></div>
</div>
</div>
</section>
<!-- Stats strip -->
<div class="stats-strip">
<div class="stats-inner">
<div class="stat">
<span class="stat-number">14</span>
<span class="stat-label">Libraries</span>
</div>
<div class="stat">
<span class="stat-number">600+</span>
<span class="stat-label">Tests</span>
</div>
<div class="stat">
<span class="stat-number">17</span>
<span class="stat-label">Articles</span>
</div>
<div class="stat">
<span class="stat-number">8</span>
<span class="stat-label">Course modules</span>
</div>
</div>
</div>
<!-- Problem statement -->
<section class="problem">
<div class="problem-inner fade-up">
<div class="section-label">The problem we solve</div>
<h2>The missing piece is not technical skill. It is tooling that bridges the two.</h2>
<p>Most UK pricing teams have adopted GBMs but are still taking GLM outputs to production. The GBM sits on a server outperforming the production model, but the outputs are not in a form that a rating engine, regulator, or pricing committee can work with. The model never makes it to rates.</p>
<div class="problem-highlight">
<p>Each library here solves one specific problem in the pricing workflow. Actuarial tests are included. Outputs use the formats pricing teams already recognise: factor tables, Lorenz curves, A/E ratios, movement-capped rate changes.</p>
</div>
<p>sklearn-compatible where it matters. Documented by people who have sat in the same sign-off meetings you have.</p>
</div>
</section>
<!-- Code previews -->
<section class="code-preview">
<div class="code-preview-bg"></div>
<div class="code-preview-inner">
<div class="code-preview-header fade-up">
<div class="section-label">See it in practice</div>
<h2>Three lines to a factor table. Five to validated splits.</h2>
<p>Real API calls from the libraries. Not wrappers around wrappers. Each one does the specific thing a pricing team needs.</p>
</div>
<div class="fade-up">
<div class="code-tabs">
<button class="code-tab active" data-tab="shap">shap-relativities</button>
<button class="code-tab" data-tab="cv">insurance-cv</button>
<button class="code-tab" data-tab="rate">rate-optimiser</button>
</div>
<div id="panel-shap" class="code-panel active">
<div class="code-block-single">
<div class="code-block-single-body"><span class="tok-kw">from</span> <span class="tok-cls">shap_relativities</span> <span class="tok-kw">import</span> <span class="tok-cls">SHAPRelativities</span>
<span class="tok-var">sr</span> <span class="tok-op">=</span> <span class="tok-cls">SHAPRelativities</span><span class="tok-pn">(</span><span class="tok-var">model</span><span class="tok-pn">,</span> <span class="tok-var">X_train</span><span class="tok-pn">)</span>
<span class="tok-var">factors</span> <span class="tok-op">=</span> <span class="tok-var">sr</span><span class="tok-pn">.</span><span class="tok-fn">fit_transform</span><span class="tok-pn">(</span><span class="tok-var">X_test</span><span class="tok-pn">)</span>
<span class="tok-cm"># Returns multiplicative factor tables in GLM format</span>
<span class="tok-cm"># Same structure as exp(beta) from your Emblem model</span>
<span class="tok-var">factors</span><span class="tok-pn">.</span><span class="tok-fn">head</span><span class="tok-pn">()</span>
<span class="tok-cm"># vehicle_age relativity ci_lower ci_upper</span>
<span class="tok-cm"># 0 1.000 0.982 1.018</span>
<span class="tok-cm"># 1 0.912 0.901 0.923</span>
<span class="tok-fn">print</span><span class="tok-pn">(</span><span class="tok-str">f"Reconstruction R² = {sr.reconstruction_r2:.4f}"</span><span class="tok-pn">)</span>
<span class="tok-cm"># Reconstruction R² = 0.9973</span></div>
<div class="code-block-caption-single">Factor tables, confidence intervals, exposure weighting, reconstruction validation. Output goes straight into a pricing committee pack.</div>
</div>
</div>
<div id="panel-cv" class="code-panel">
<div class="code-block-single">
<div class="code-block-single-body"><span class="tok-kw">from</span> <span class="tok-cls">insurance_cv</span> <span class="tok-kw">import</span> <span class="tok-cls">InsuranceTemporalCV</span>
<span class="tok-kw">from</span> <span class="tok-cls">sklearn.model_selection</span> <span class="tok-kw">import</span> <span class="tok-fn">cross_val_score</span>
<span class="tok-var">cv</span> <span class="tok-op">=</span> <span class="tok-cls">InsuranceTemporalCV</span><span class="tok-pn">(</span>
<span class="tok-var">n_splits</span><span class="tok-op">=</span><span class="tok-num">5</span><span class="tok-pn">,</span>
<span class="tok-var">ibnr_buffer_months</span><span class="tok-op">=</span><span class="tok-num">6</span>
<span class="tok-pn">)</span>
<span class="tok-var">scores</span> <span class="tok-op">=</span> <span class="tok-fn">cross_val_score</span><span class="tok-pn">(</span>
<span class="tok-var">model</span><span class="tok-pn">,</span> <span class="tok-var">X</span><span class="tok-pn">,</span> <span class="tok-var">y</span><span class="tok-pn">,</span>
<span class="tok-var">cv</span><span class="tok-op">=</span><span class="tok-var">cv</span><span class="tok-pn">,</span>
<span class="tok-var">scoring</span><span class="tok-op">=</span><span class="tok-str">"poisson_deviance"</span>
<span class="tok-pn">)</span>
<span class="tok-cm"># Walk-forward splits - no future data leaks into training folds</span>
<span class="tok-cm"># IBNR buffer prevents immature periods contaminating validation</span>
<span class="tok-fn">print</span><span class="tok-pn">(</span><span class="tok-str">f"CV deviance: {scores.mean():.4f} ± {scores.std():.4f}"</span><span class="tok-pn">)</span></div>
<div class="code-block-caption-single">Walk-forward splits with configurable IBNR buffers. Temporally correct: no future data leaks into training folds. sklearn-compatible API.</div>
</div>
</div>
<div id="panel-rate" class="code-panel">
<div class="code-block-single">
<div class="code-block-single-body"><span class="tok-kw">from</span> <span class="tok-cls">rate_optimiser</span> <span class="tok-kw">import</span> <span class="tok-cls">RateOptimiser</span>
<span class="tok-var">opt</span> <span class="tok-op">=</span> <span class="tok-cls">RateOptimiser</span><span class="tok-pn">(</span>
<span class="tok-var">current_rates</span><span class="tok-pn">,</span>
<span class="tok-var">technical_rates</span><span class="tok-pn">,</span>
<span class="tok-var">exposure</span>
<span class="tok-pn">)</span>
<span class="tok-var">result</span> <span class="tok-op">=</span> <span class="tok-var">opt</span><span class="tok-pn">.</span><span class="tok-fn">optimise</span><span class="tok-pn">(</span>
<span class="tok-var">max_movement</span><span class="tok-op">=</span><span class="tok-num">0.10</span><span class="tok-pn">,</span>
<span class="tok-var">target_lr_improvement</span><span class="tok-op">=</span><span class="tok-num">0.03</span>
<span class="tok-pn">)</span>
<span class="tok-cm"># Efficient frontier as a linear programme</span>
<span class="tok-cm"># Respects ±10% movement cap per segment</span>
<span class="tok-fn">print</span><span class="tok-pn">(</span><span class="tok-str">f"LR improvement: {result.lr_delta:.1%}"</span><span class="tok-pn">)</span>
<span class="tok-cm"># LR improvement: 2.8% (within movement constraints)</span></div>
<div class="code-block-caption-single">Formulates the efficient frontier as a linear programme. Respects movement caps per segment, targets aggregate loss ratio improvement.</div>
</div>
</div>
</div>
</div>
</section>
<!-- Who this is for -->
<section class="personas">
<div class="personas-inner">
<div class="personas-header fade-up">
<div class="section-label">Who this is for</div>
<h2>Built for people who know the problem from the inside</h2>
<p>These libraries assume you understand insurance pricing. They do not explain what a GLM is.</p>
</div>
<div class="persona-grid fade-up-children">
<div class="persona-card">
<div class="persona-icon persona-icon--blue">PA</div>
<div class="persona-title">Pricing actuaries moving from Emblem or Radar to Python</div>
<p class="persona-desc">You know the techniques. These libraries give you Python equivalents that produce outputs in the same formats you already use: factor tables, A/E ratios, Lorenz curves.</p>
</div>
<div class="persona-card">
<div class="persona-icon persona-icon--purple">DS</div>
<div class="persona-title">Data scientists joining an insurance pricing team</div>
<p class="persona-desc">You have the ML skills but lack the actuarial context. These libraries encode that context: correct cross-validation for IBNR, credibility-weighted factors, fairness tests that map to FCA requirements.</p>
</div>
<div class="persona-card">
<div class="persona-icon persona-icon--teal">PM</div>
<div class="persona-title">Pricing managers evaluating modern tooling</div>
<p class="persona-desc">You need to know what is production-ready and what is a research prototype. Each library here has actuarial tests, a clear scope, and outputs a pricing team lead can explain to a committee.</p>
</div>
<div class="persona-card">
<div class="persona-icon persona-icon--amber">AR</div>
<div class="persona-title">Academic researchers working on insurance pricing methods</div>
<p class="persona-desc">We implement recent literature: Manna et al. (2025) on conformal prediction, BYM2 spatial models, variance-weighted non-conformity scores. Reproducible, documented, testable.</p>
</div>
</div>
</div>
</section>
<!-- Libraries -->
<section class="libraries">
<div class="section-header fade-up">
<div class="section-label">Open-source libraries</div>
<h2>The full pricing workflow, covered</h2>
<p>Each library solves one well-defined problem. Actuarial tests included. sklearn-compatible where it matters.</p>
</div>
<!-- Workflow diagram -->
<div class="workflow fade-up">
<div class="workflow-track">
<div class="workflow-stage">
<div class="workflow-node">
<div class="workflow-node-icon">📉</div>
<div class="workflow-node-name">Data & Features</div>
</div>
<div class="workflow-lib-labels">
<span class="workflow-lib">insurance-cv</span>
</div>
</div>
<div class="workflow-arrow">→</div>
<div class="workflow-stage">
<div class="workflow-node">
<div class="workflow-node-icon">🧠</div>
<div class="workflow-node-name">Model Fitting</div>
</div>
<div class="workflow-lib-labels">
<span class="workflow-lib">credibility</span>
<span class="workflow-lib">bayesian-pricing</span>
</div>
</div>
<div class="workflow-arrow">→</div>
<div class="workflow-stage">
<div class="workflow-node">
<div class="workflow-node-icon">🔍</div>
<div class="workflow-node-name">Interpretation</div>
</div>
<div class="workflow-lib-labels">
<span class="workflow-lib">shap-relativities</span>
<span class="workflow-lib">ins-interactions</span>
<span class="workflow-lib">insurance-distill</span>
</div>
</div>
<div class="workflow-arrow">→</div>
<div class="workflow-stage">
<div class="workflow-node">
<div class="workflow-node-icon">✓</div>
<div class="workflow-node-name">Validation</div>
</div>
<div class="workflow-lib-labels">
<span class="workflow-lib">ins-conformal</span>
<span class="workflow-lib">ins-monitoring</span>
</div>
</div>
<div class="workflow-arrow">→</div>
<div class="workflow-stage">
<div class="workflow-node">
<div class="workflow-node-icon">⚖</div>
<div class="workflow-node-name">Compliance</div>
</div>
<div class="workflow-lib-labels">
<span class="workflow-lib">ins-fairness</span>
</div>
</div>
<div class="workflow-arrow">→</div>
<div class="workflow-stage">
<div class="workflow-node">
<div class="workflow-node-icon">📈</div>
<div class="workflow-node-name">Rates & Commercial</div>
</div>
<div class="workflow-lib-labels">
<span class="workflow-lib">rate-optimiser</span>
<span class="workflow-lib">ins-demand</span>
<span class="workflow-lib">experience-rating</span>
</div>
</div>
</div>
</div>
<div class="lib-group">
<div class="lib-group-header">
<span class="lib-group-icon">🔍</span>
<span class="lib-group-label">Model interpretation</span>
</div>
<div class="lib-grid fade-up-children">
<a href="https://github.com/burningcost/shap-relativities" target="_blank" class="lib-card">
<span class="lib-card-name">shap-relativities</span>
<span class="lib-card-desc">Extract multiplicative rating factor tables from CatBoost models using SHAP values. Same output format as exp(β) from a GLM: factor tables, confidence intervals, exposure weighting, reconstruction validation.</span>
<span class="lib-card-tags">
<span class="lib-tag">SHAP</span>
<span class="lib-tag">CatBoost</span>
<span class="lib-tag">factor tables</span>
</span>
</a>
<a href="https://github.com/burningcost/insurance-distill" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-distill</span>
<span class="lib-card-desc">GBM-to-GLM distillation for insurance pricing. Fit a GLM that approximates a GBM's predictions, giving you a transparent, auditable model that regulators and rating engines can work with.</span>
<span class="lib-card-tags">
<span class="lib-tag">model distillation</span>
<span class="lib-tag">GLM</span>
<span class="lib-tag">GBM</span>
</span>
</a>
</div>
</div>
<div class="lib-group">
<div class="lib-group-header">
<span class="lib-group-icon">✓</span>
<span class="lib-group-label">Validation</span>
</div>
<div class="lib-grid fade-up-children">
<a href="https://github.com/burningcost/insurance-cv" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-cv</span>
<span class="lib-card-desc">Temporally-correct cross-validation for insurance pricing models. Walk-forward splits with configurable IBNR buffers, Poisson and Gamma deviance scorers, sklearn-compatible API.</span>
<span class="lib-card-tags">
<span class="lib-tag">walk-forward</span>
<span class="lib-tag">sklearn</span>
<span class="lib-tag">IBNR</span>
</span>
</a>
<a href="https://github.com/burningcost/insurance-conformal" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-conformal</span>
<span class="lib-card-desc">Distribution-free prediction intervals for insurance GBMs. Implements the variance-weighted non-conformity score from Manna et al. (2025), producing 30% narrower intervals than the naive approach with identical coverage guarantees.</span>
<span class="lib-card-tags">
<span class="lib-tag">conformal prediction</span>
<span class="lib-tag">GBM</span>
</span>
</a>
<a href="https://github.com/burningcost/insurance-monitoring" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-monitoring</span>
<span class="lib-card-desc">Three-layer model monitoring for deployed pricing models. Exposure-weighted PSI/CSI, segmented A/E ratios with IBNR adjustment, and a formal Gini z-test to distinguish recalibration from refit signals.</span>
<span class="lib-card-tags">
<span class="lib-tag">PSI/CSI</span>
<span class="lib-tag">A/E ratios</span>
<span class="lib-tag">Gini z-test</span>
</span>
</a>
</div>
</div>
<div class="lib-group">
<div class="lib-group-header">
<span class="lib-group-icon">⚙</span>
<span class="lib-group-label">Techniques</span>
</div>
<div class="lib-grid fade-up-children">
<a href="https://github.com/burningcost/credibility" target="_blank" class="lib-card">
<span class="lib-card-name">credibility</span>
<span class="lib-card-desc">Buhlmann-Straub credibility in Python, with mixed-model equivalence checks. Practical for capping thin segments, stabilising NCD factors, and blending a new model with an incumbent rate.</span>
<span class="lib-card-tags">
<span class="lib-tag">Buhlmann-Straub</span>
<span class="lib-tag">Polars</span>
</span>
</a>
<a href="https://github.com/burningcost/bayesian-pricing" target="_blank" class="lib-card">
<span class="lib-card-name">bayesian-pricing</span>
<span class="lib-card-desc">Hierarchical Bayesian models for thin-data pricing segments. Partial pooling across risk groups, with credibility factor output in a format that maps back to traditional actuarial review.</span>
<span class="lib-card-tags">
<span class="lib-tag">hierarchical Bayes</span>
<span class="lib-tag">partial pooling</span>
</span>
</a>
<a href="https://github.com/burningcost/insurance-interactions" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-interactions</span>
<span class="lib-card-desc">Tools for detecting, quantifying, and presenting interaction effects in insurance pricing models: the effects a main-effects-only GLM cannot see.</span>
<span class="lib-card-tags">
<span class="lib-tag">interaction effects</span>
<span class="lib-tag">GLM diagnostics</span>
</span>
</a>
<a href="https://github.com/burningcost/insurance-causal" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-causal</span>
<span class="lib-card-desc">Causal inference methods for insurance pricing. Separating genuine risk signal from confounded association, relevant wherever rating factors are correlated with distribution channel or policyholder behaviour.</span>
<span class="lib-card-tags">
<span class="lib-tag">causal inference</span>
<span class="lib-tag">deconfounding</span>
</span>
</a>
<a href="https://github.com/burningcost/insurance-spatial" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-spatial</span>
<span class="lib-card-desc">Spatial territory ratemaking using BYM2 models. Geographically smoothed relativities that borrow strength across adjacent areas, particularly useful for postcode-level home and motor models with thin data.</span>
<span class="lib-card-tags">
<span class="lib-tag">BYM2</span>
<span class="lib-tag">spatial smoothing</span>
<span class="lib-tag">postcode</span>
</span>
</a>
</div>
</div>
<div class="lib-group">
<div class="lib-group-header">
<span class="lib-group-icon">📈</span>
<span class="lib-group-label">Commercial</span>
</div>
<div class="lib-grid fade-up-children">
<a href="https://github.com/burningcost/rate-optimiser" target="_blank" class="lib-card">
<span class="lib-card-name">rate-optimiser</span>
<span class="lib-card-desc">Constrained rate change optimisation for UK personal lines. Formulates the efficient frontier between loss ratio improvement and movement cap constraints as a linear programme.</span>
<span class="lib-card-tags">
<span class="lib-tag">linear programming</span>
<span class="lib-tag">movement caps</span>
</span>
</a>
<a href="https://github.com/burningcost/insurance-demand" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-demand</span>
<span class="lib-card-desc">Demand and conversion modelling for insurance pricing. Price elasticity curves, own-price and cross-price effects, integration with rate optimisation.</span>
<span class="lib-card-tags">
<span class="lib-tag">price elasticity</span>
<span class="lib-tag">conversion</span>
</span>
</a>
<a href="https://github.com/burningcost/experience-rating" target="_blank" class="lib-card">
<span class="lib-card-name">experience-rating</span>
<span class="lib-card-desc">NCD/bonus-malus systems, experience modification factors, and schedule rating for UK insurance pricing. Principled adjustment of technical rates based on individual risk history.</span>
<span class="lib-card-tags">
<span class="lib-tag">NCD</span>
<span class="lib-tag">bonus-malus</span>
<span class="lib-tag">schedule rating</span>
</span>
</a>
</div>
</div>
<div class="lib-group">
<div class="lib-group-header">
<span class="lib-group-icon">⚖</span>
<span class="lib-group-label">Compliance</span>
</div>
<div class="lib-grid fade-up-children">
<a href="https://github.com/burningcost/insurance-fairness" target="_blank" class="lib-card">
<span class="lib-card-name">insurance-fairness</span>
<span class="lib-card-desc">Proxy discrimination detection for insurance pricing models. Measures of disparate impact, fairness-accuracy trade-off analysis, FCA Consumer Duty documentation support.</span>
<span class="lib-card-tags">
<span class="lib-tag">FCA Consumer Duty</span>
<span class="lib-tag">proxy discrimination</span>
</span>
</a>
</div>
</div>
</section>
<!-- Course -->
<section class="course">
<div class="course-bg"></div>
<div class="course-inner">
<div class="course-left fade-up">
<div class="course-badge">Training course</div>
<h2>Modern Insurance Pricing with Python and Databricks</h2>
<p>Eight modules written for pricing actuaries and analysts at UK personal lines insurers. Every module covers a real pricing problem, not a generic data science tutorial adapted to insurance. You work through real Databricks notebooks, on synthetic data that behaves like the real thing.</p>
<div class="price-cards price-cards--single">
<div class="price-card price-card--featured price-card--full">
<div class="price-card-label">Full course + all tools</div>
<div class="price-card-price">£295</div>
<div class="price-card-desc">All 8 modules · all future updates · all Burning Cost tools</div>
<div class="price-card-meta">One-time payment — no subscription</div>
</div>
</div>
<a href="/course/" class="btn btn-primary">See the full course →</a> </div>
<div class="course-right fade-up">
<ul class="course-modules-list">
<li>
<span class="mod-num">01</span>
<span class="mod-title">Databricks for pricing teams</span>
</li>
<li>
<span class="mod-num">02</span>
<span class="mod-title">GLMs in Python: the bridge from Emblem</span>
</li>
<li>
<span class="mod-num">03</span>
<span class="mod-title">GBMs for insurance pricing</span>
</li>
<li>
<span class="mod-num">04</span>
<span class="mod-title">SHAP relativities</span>
</li>
<li>
<span class="mod-num">05</span>
<span class="mod-title">Conformal prediction intervals</span>
</li>
<li>
<span class="mod-num">06</span>
<span class="mod-title">Credibility and Bayesian pricing</span>
</li>
<li>
<span class="mod-num">07</span>
<span class="mod-title">Constrained rate optimisation</span>
</li>
<li>
<span class="mod-num">08</span>
<span class="mod-title">End-to-end pipeline capstone</span>
</li>
</ul>
</div>
</div>
</section>
<!-- Blog posts -->
<section class="posts">
<div class="posts-inner">
<div class="posts-header fade-up">
<div class="section-label">From the blog</div>
<h2>Practitioner articles on insurance pricing</h2>
</div>
<div class="post-grid fade-up-children">
{% for post in site.posts limit:9 %}
<div class="post-card">
<div class="post-date">{{ post.date | date: "%d %b %Y" }}</div>
<div class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></div>
{% if post.description %}
<div class="post-excerpt">{{ post.description }}</div>
{% elsif post.excerpt %}
<div class="post-excerpt">{{ post.excerpt | strip_html | truncate: 140 }}</div>
{% endif %}
<a href="{{ post.url }}" class="post-read-more">Read article →</a>
</div>
{% endfor %}
</div>
<div class="post-more">
<a href="/blog/" class="btn btn-outline-light">All articles →</a>
</div>
</div>
</section>