Skip to content

Commit 8ae0ca9

Browse files
committed
geo-sptemp >> eda pairwise dist ex
1 parent 54e35ab commit 8ae0ca9

11 files changed

Lines changed: 1115 additions & 887 deletions

File tree

14.2 KB
Loading

_book/qmd/algorithms-ml.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,12 @@
10881088
<a href="../qmd/geospatial-general.html" class="sidebar-item-text sidebar-link">
10891089
<span class="menu-text">General</span></a>
10901090
</div>
1091+
</li>
1092+
<li class="sidebar-item">
1093+
<div class="sidebar-item-container">
1094+
<a href="../qmd/geospatial-kriging.html" class="sidebar-item-text sidebar-link">
1095+
<span class="menu-text">Kriging</span></a>
1096+
</div>
10911097
</li>
10921098
<li class="sidebar-item">
10931099
<div class="sidebar-item-container">
@@ -2684,7 +2690,6 @@ <h3 data-number="1.1.1" class="anchored" data-anchor-id="sec-alg-ml-trees-dt"><s
26842690
</ul></li>
26852691
</ul></li>
26862692
<li><span style="color: #990000">{</span><a href="https://bonsai.tidymodels.org/" style="color: #990000">bonsai</a><span style="color: #990000">}</span> - tidymodels extension fits <span style="color: #990000">{partykit::ctree}</span></li>
2687-
<li><span style="color: #990000">{</span><a href="https://cran.r-project.org/web/packages/partykit/index.html" style="color: #990000">partykit</a><span style="color: #990000">}</span> - model-based trees</li>
26882693
<li><span style="color: #990000">{</span><a href="https://cran.r-project.org/web/packages/glmertree/index.html" style="color: #990000">glmertree</a><span style="color: #990000">}</span> - Generalized Linear Mixed Model Trees
26892694
<ul>
26902695
<li>Combines <code>lmer</code>/<code>glmer</code> from <span style="color: #990000">{lme4}</span> and <code>lmtree</code>/<code>glmtree</code> from <span style="color: #990000">{partykit}</span></li>
@@ -2696,6 +2701,11 @@ <h3 data-number="1.1.1" class="anchored" data-anchor-id="sec-alg-ml-trees-dt"><s
26962701
<li>Peforms extremely well when the dataset contains many noise variables, and when significant high-order interactions are present alongside non-significant low-order interactions. In these scenarios, the proposed method outperforms other methods, including the random forest.</li>
26972702
</ul></li>
26982703
<li><span style="color: #990000">{</span><a href="https://grantmcdermott.com/parttree/" style="color: #990000">parttree</a><span style="color: #990000">}</span> - Visualize simple 2-D decision tree partitions</li>
2704+
<li><span style="color: #990000">{</span><a href="https://cran.r-project.org/web/packages/partykit/index.html" style="color: #990000">partykit</a><span style="color: #990000">}</span> - model-based trees</li>
2705+
<li><span style="color: #990000">{</span><a href="https://natydasilva.github.io/PPtreeExt/" style="color: #990000">PPtreeExt</a><span style="color: #990000">}</span> - Extends to the Projection Pursuit Tree (PPtree) algorithm to improve its performance in multi-class settings and under nonlinear separations
2706+
<ul>
2707+
<li>The PPtree classifier finds separations between classes based on linear combinations of variables by optimizing a projection pursuit index.</li>
2708+
</ul></li>
26992709
<li><u>BART</u>
27002710
<ul>
27012711
<li><span style="color: #990000">{</span><a href="https://alaninglis.github.io/bartMan/" style="color: #990000">bartMan</a><span style="color: #990000">}</span> - Investigating and visualizing Bayesian Additive Regression Tree (BART) model fits.

_book/qmd/diagnostics-regression.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,12 @@
10881088
<a href="../qmd/geospatial-general.html" class="sidebar-item-text sidebar-link">
10891089
<span class="menu-text">General</span></a>
10901090
</div>
1091+
</li>
1092+
<li class="sidebar-item">
1093+
<div class="sidebar-item-container">
1094+
<a href="../qmd/geospatial-kriging.html" class="sidebar-item-text sidebar-link">
1095+
<span class="menu-text">Kriging</span></a>
1096+
</div>
10911097
</li>
10921098
<li class="sidebar-item">
10931099
<div class="sidebar-item-container">
@@ -2546,6 +2552,11 @@ <h2 class="unnumbered anchored" data-anchor-id="sec-diag-reg-res">Residuals</h2>
25462552
<li>Also see Feasible Generalized Least Squares (FGLS) in the same note</li>
25472553
<li>Example: <a href="https://ercbk.github.io/Domain-Knowledge-Notebook/qmd/real-estate.html#sec-rlest-apprais-ml-cmaprc-marprc" style="color: green">Real Estate &gt;&gt; Appraisal Methods &gt;&gt; CMA &gt;&gt; Market Price</a> &gt;&gt; Case-Shiller method</li>
25482554
</ul></li>
2555+
<li><span style="color: #990000">{</span><a href="https://cran.r-project.org/web/packages/snreg/index.html" style="color: #990000">snreg</a><span style="color: #990000">}</span> - Regression with Skew-Normally Distributed Error Term
2556+
<ul>
2557+
<li>Estimate regression models with skew‑normal error terms, allowing both the variance and skewness parameters to be heteroskedastic.</li>
2558+
<li>Includes a stochastic frontier framework that accommodates both i.i.d. and heteroskedastic inefficiency terms.</li>
2559+
</ul></li>
25492560
<li>Scale model (<code>greybox::sm</code> ) models the variance of the residuals or <code>greybox::alm</code> will call <code>sm</code> and fit a model with estimated residual variance
25502561
<ul>
25512562
<li>See <a href="https://forecasting.svetunkov.ru/en/2022/01/23/introducing-scale-model-in-greybox/">article</a> for an example</li>

0 commit comments

Comments
 (0)