Skip to content

Commit 0518b86

Browse files
update docs for cybooster -- ngboost
1 parent 46569c8 commit 0518b86

File tree

10 files changed

+3226
-7
lines changed

10 files changed

+3226
-7
lines changed

cybooster/_modules/cybooster/booster.html

Lines changed: 321 additions & 0 deletions
Large diffs are not rendered by default.

cybooster/_modules/cybooster/ngboost.html

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.

cybooster/_modules/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head><meta charset="utf-8"/>
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
6-
<link rel="canonical" href="https://techtonique.github.io/cybooster/_modules/index.html" />
76

87
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 -->
98
<title>Overview: module code - cybooster documentation</title>
@@ -232,6 +231,10 @@
232231
<article role="main" id="furo-main-content">
233232
<h1>All modules for which code is available</h1>
234233
<ul><li><a href="cybooster/_boosterc.html">cybooster._boosterc</a></li>
234+
<li><a href="cybooster/_ngboost.html">cybooster._ngboost</a></li>
235+
<li><a href="cybooster/booster.html">cybooster.booster</a></li>
236+
<li><a href="cybooster/ngboost.html">cybooster.ngboost</a></li>
237+
<li><a href="sklearn/utils/_metadata_requests.html">sklearn.utils._metadata_requests</a></li>
235238
</ul>
236239
</article>
237240
</div>

cybooster/_modules/sklearn/utils/_metadata_requests.html

Lines changed: 1898 additions & 0 deletions
Large diffs are not rendered by default.

cybooster/genindex.html

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head><meta charset="utf-8"/>
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
6-
<link rel="canonical" href="https://techtonique.github.io/cybooster/genindex.html" />
76

87
<!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 --><title>Index - cybooster documentation</title>
98
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" />
@@ -232,7 +231,7 @@
232231

233232
<section class="genindex-section">
234233
<h1 id="index">Index</h1>
235-
<div class="genindex-jumpbox"><a href="#A"><strong>A</strong></a> | <a href="#B"><strong>B</strong></a> | <a href="#C"><strong>C</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#H"><strong>H</strong></a> | <a href="#L"><strong>L</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#N"><strong>N</strong></a> | <a href="#P"><strong>P</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> | <a href="#U"><strong>U</strong></a> | <a href="#V"><strong>V</strong></a> | <a href="#W"><strong>W</strong></a></div>
234+
<div class="genindex-jumpbox"><a href="#A"><strong>A</strong></a> | <a href="#B"><strong>B</strong></a> | <a href="#C"><strong>C</strong></a> | <a href="#D"><strong>D</strong></a> | <a href="#F"><strong>F</strong></a> | <a href="#G"><strong>G</strong></a> | <a href="#H"><strong>H</strong></a> | <a href="#L"><strong>L</strong></a> | <a href="#M"><strong>M</strong></a> | <a href="#N"><strong>N</strong></a> | <a href="#P"><strong>P</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> | <a href="#U"><strong>U</strong></a> | <a href="#V"><strong>V</strong></a> | <a href="#W"><strong>W</strong></a></div>
236235
</section>
237236
<section id="A" class="genindex-section">
238237
<h2>A</h2>
@@ -353,12 +352,38 @@ <h2>F</h2>
353352

354353
<ul>
355354
<li><a href="index.html#cybooster.BoosterRegressor.fit">(cybooster.BoosterRegressor method)</a>
355+
</li>
356+
<li><a href="index.html#cybooster.NGBRegressor.fit">(cybooster.NGBRegressor method)</a>
357+
</li>
358+
<li><a href="index.html#cybooster.SkBoosterClassifier.fit">(cybooster.SkBoosterClassifier method)</a>
359+
</li>
360+
<li><a href="index.html#cybooster.SkBoosterRegressor.fit">(cybooster.SkBoosterRegressor method)</a>
361+
</li>
362+
<li><a href="index.html#cybooster.SkNGBRegressor.fit">(cybooster.SkNGBRegressor method)</a>
356363
</li>
357364
</ul></li>
358365
</ul></td>
359366
</tr></table>
360367
</section>
361368

369+
<section id="G" class="genindex-section">
370+
<h2>G</h2>
371+
<table style="width: 100%" class="indextable genindextable"><tr>
372+
<td style="width: 33%; vertical-align: top;"><ul>
373+
<li><a href="index.html#cybooster.BoosterRegressor.get_feature_importances">get_feature_importances() (cybooster.BoosterRegressor method)</a>
374+
</li>
375+
<li><a href="index.html#cybooster.NGBRegressor.get_params">get_params() (cybooster.NGBRegressor method)</a>
376+
</li>
377+
</ul></td>
378+
<td style="width: 33%; vertical-align: top;"><ul>
379+
<li><a href="index.html#cybooster.BoosterRegressor.get_sensitivities">get_sensitivities() (cybooster.BoosterRegressor method)</a>
380+
</li>
381+
<li><a href="index.html#cybooster.BoosterRegressor.get_summary">get_summary() (cybooster.BoosterRegressor method)</a>
382+
</li>
383+
</ul></td>
384+
</tr></table>
385+
</section>
386+
362387
<section id="H" class="genindex-section">
363388
<h2>H</h2>
364389
<table style="width: 100%" class="indextable genindextable"><tr>
@@ -426,6 +451,8 @@ <h2>N</h2>
426451
<li><a href="index.html#cybooster.BoosterRegressor.n_hidden_features">(cybooster.BoosterRegressor attribute)</a>
427452
</li>
428453
</ul></li>
454+
<li><a href="index.html#cybooster.NGBRegressor">NGBRegressor (class in cybooster)</a>
455+
</li>
429456
</ul></td>
430457
</tr></table>
431458
</section>
@@ -438,12 +465,30 @@ <h2>P</h2>
438465

439466
<ul>
440467
<li><a href="index.html#cybooster.BoosterRegressor.predict">(cybooster.BoosterRegressor method)</a>
468+
</li>
469+
<li><a href="index.html#cybooster.NGBRegressor.predict">(cybooster.NGBRegressor method)</a>
470+
</li>
471+
<li><a href="index.html#cybooster.SkBoosterClassifier.predict">(cybooster.SkBoosterClassifier method)</a>
472+
</li>
473+
<li><a href="index.html#cybooster.SkBoosterRegressor.predict">(cybooster.SkBoosterRegressor method)</a>
474+
</li>
475+
<li><a href="index.html#cybooster.SkNGBRegressor.predict">(cybooster.SkNGBRegressor method)</a>
441476
</li>
442477
</ul></li>
443478
</ul></td>
444479
<td style="width: 33%; vertical-align: top;"><ul>
480+
<li><a href="index.html#cybooster.NGBRegressor.predict_dist">predict_dist() (cybooster.NGBRegressor method)</a>
481+
482+
<ul>
483+
<li><a href="index.html#cybooster.SkNGBRegressor.predict_dist">(cybooster.SkNGBRegressor method)</a>
484+
</li>
485+
</ul></li>
445486
<li><a href="index.html#cybooster.BoosterClassifier.predict_proba">predict_proba() (cybooster.BoosterClassifier method)</a>
487+
488+
<ul>
489+
<li><a href="index.html#cybooster.SkBoosterClassifier.predict_proba">(cybooster.SkBoosterClassifier method)</a>
446490
</li>
491+
</ul></li>
447492
</ul></td>
448493
</tr></table>
449494
</section>
@@ -476,14 +521,36 @@ <h2>R</h2>
476521
<h2>S</h2>
477522
<table style="width: 100%" class="indextable genindextable"><tr>
478523
<td style="width: 33%; vertical-align: top;"><ul>
524+
<li><a href="index.html#cybooster.NGBRegressor.sample">sample() (cybooster.NGBRegressor method)</a>
525+
</li>
526+
<li><a href="index.html#cybooster.NGBRegressor.score">score() (cybooster.NGBRegressor method)</a>
527+
</li>
479528
<li><a href="index.html#cybooster.BoosterClassifier.seed">seed (cybooster.BoosterClassifier attribute)</a>
480529

481530
<ul>
482531
<li><a href="index.html#cybooster.BoosterRegressor.seed">(cybooster.BoosterRegressor attribute)</a>
532+
</li>
533+
</ul></li>
534+
<li><a href="index.html#cybooster.NGBRegressor.set_params">set_params() (cybooster.NGBRegressor method)</a>
535+
</li>
536+
<li><a href="index.html#cybooster.SkNGBRegressor.set_predict_request">set_predict_request() (cybooster.SkNGBRegressor method)</a>
537+
</li>
538+
<li><a href="index.html#cybooster.SkBoosterClassifier.set_score_request">set_score_request() (cybooster.SkBoosterClassifier method)</a>
539+
540+
<ul>
541+
<li><a href="index.html#cybooster.SkBoosterRegressor.set_score_request">(cybooster.SkBoosterRegressor method)</a>
542+
</li>
543+
<li><a href="index.html#cybooster.SkNGBRegressor.set_score_request">(cybooster.SkNGBRegressor method)</a>
483544
</li>
484545
</ul></li>
485546
</ul></td>
486547
<td style="width: 33%; vertical-align: top;"><ul>
548+
<li><a href="index.html#cybooster.SkBoosterClassifier">SkBoosterClassifier (class in cybooster)</a>
549+
</li>
550+
<li><a href="index.html#cybooster.SkBoosterRegressor">SkBoosterRegressor (class in cybooster)</a>
551+
</li>
552+
<li><a href="index.html#cybooster.SkNGBRegressor">SkNGBRegressor (class in cybooster)</a>
553+
</li>
487554
<li><a href="index.html#cybooster.BoosterClassifier.solver">solver (cybooster.BoosterClassifier attribute)</a>
488555

489556
<ul>

0 commit comments

Comments
 (0)