diff --git a/articles/aorsf.html b/articles/aorsf.html index 622d6c7d..8fd9bf3e 100644 --- a/articles/aorsf.html +++ b/articles/aorsf.html @@ -137,7 +137,7 @@
orsf_vi_negate(pbc_fit)
-#> copper stage protime sex ascites
-#> 0.1188219833 0.0665535400 0.0464884356 0.0384596473 0.0344990821
-#> hepato bili ast trig albumin
-#> 0.0317538618 0.0277185671 0.0271787128 0.0246554066 0.0217429643
-#> age chol alk.phos trt spiders
-#> 0.0150528840 0.0126460875 0.0026088161 0.0016801827 0.0007598719
-#> edema platelet
-#> -0.0006134379 -0.0066584545
+#> bili spiders copper albumin sex
+#> 0.1671647745 0.0520379071 0.0432409174 0.0292245433 0.0258174901
+#> alk.phos trt protime ast stage
+#> 0.0207262097 0.0196654076 0.0147894928 0.0138953587 0.0094377622
+#> age ascites trig edema platelet
+#> 0.0063243985 0.0053495205 0.0021405459 0.0018460367 0.0008203822
+#> hepato chol
+#> 0.0004910894 -0.0128635357
You can also compute variable importance using @@ -243,10 +243,10 @@
orsf_vi_permute(penguin_fit)
-#> bill_length_mm flipper_length_mm bill_depth_mm body_mass_g
-#> 0.169789864 0.100880436 0.076946210 0.067635877
-#> island sex year
-#> 0.061011929 0.019879728 0.001228741
+#> bill_length_mm flipper_length_mm bill_depth_mm island
+#> 0.1738256958 0.0898851835 0.0810334484 0.0655328821
+#> body_mass_g sex year
+#> 0.0647936728 0.0191948220 0.0005500798
A faster alternative to permutation and negation importance is @@ -256,9 +256,9 @@
control
# unspecified control is much faster
time_net['elapsed'] / time_fast['elapsed']
-#> elapsed
-#> 45.43478
+#> elapsed
+#> 44.125
n_thread
@@ -218,11 +218,11 @@ The out-of-bag estimate of Harrell’s C-index (the default method to -evaluate out-of-bag predictions) is 0.7737671.
+evaluate out-of-bag predictions) is 0.7652389.