Skip to content

Commit

Permalink
Deployed 5bdcf98 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 17, 2024
0 parents commit 820d05e
Show file tree
Hide file tree
Showing 138 changed files with 116,475 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1,440 changes: 1,440 additions & 0 deletions 404.html

Large diffs are not rendered by default.

241 changes: 241 additions & 0 deletions api/index.html

Large diffs are not rendered by default.

1,999 changes: 1,999 additions & 0 deletions api/opsml/cards/audit.html

Large diffs are not rendered by default.

871 changes: 871 additions & 0 deletions api/opsml/cards/base.html

Large diffs are not rendered by default.

1,085 changes: 1,085 additions & 0 deletions api/opsml/cards/data.html

Large diffs are not rendered by default.

1,141 changes: 1,141 additions & 0 deletions api/opsml/cards/model.html

Large diffs are not rendered by default.

467 changes: 467 additions & 0 deletions api/opsml/cards/project.html

Large diffs are not rendered by default.

2,391 changes: 2,391 additions & 0 deletions api/opsml/cards/run.html

Large diffs are not rendered by default.

650 changes: 650 additions & 0 deletions api/opsml/data/interfaces/_arrow.html

Large diffs are not rendered by default.

1,428 changes: 1,428 additions & 0 deletions api/opsml/data/interfaces/_base.html

Large diffs are not rendered by default.

914 changes: 914 additions & 0 deletions api/opsml/data/interfaces/_image.html

Large diffs are not rendered by default.

634 changes: 634 additions & 0 deletions api/opsml/data/interfaces/_numpy.html

Large diffs are not rendered by default.

660 changes: 660 additions & 0 deletions api/opsml/data/interfaces/_pandas.html

Large diffs are not rendered by default.

660 changes: 660 additions & 0 deletions api/opsml/data/interfaces/_polars.html

Large diffs are not rendered by default.

460 changes: 460 additions & 0 deletions api/opsml/data/interfaces/_sql.html

Large diffs are not rendered by default.

892 changes: 892 additions & 0 deletions api/opsml/data/interfaces/_text.html

Large diffs are not rendered by default.

615 changes: 615 additions & 0 deletions api/opsml/data/interfaces/_torch.html

Large diffs are not rendered by default.

2,385 changes: 2,385 additions & 0 deletions api/opsml/data/splitter.html

Large diffs are not rendered by default.

1,645 changes: 1,645 additions & 0 deletions api/opsml/model/challenger.html

Large diffs are not rendered by default.

1,550 changes: 1,550 additions & 0 deletions api/opsml/model/interfaces/base.html

Large diffs are not rendered by default.

1,296 changes: 1,296 additions & 0 deletions api/opsml/model/interfaces/catboost_.html

Large diffs are not rendered by default.

2,078 changes: 2,078 additions & 0 deletions api/opsml/model/interfaces/huggingface.html

Large diffs are not rendered by default.

1,014 changes: 1,014 additions & 0 deletions api/opsml/model/interfaces/lgbm.html

Large diffs are not rendered by default.

1,388 changes: 1,388 additions & 0 deletions api/opsml/model/interfaces/pytorch.html

Large diffs are not rendered by default.

985 changes: 985 additions & 0 deletions api/opsml/model/interfaces/pytorch_lightning.html

Large diffs are not rendered by default.

827 changes: 827 additions & 0 deletions api/opsml/model/interfaces/sklearn.html

Large diffs are not rendered by default.

1,038 changes: 1,038 additions & 0 deletions api/opsml/model/interfaces/tf.html

Large diffs are not rendered by default.

931 changes: 931 additions & 0 deletions api/opsml/model/interfaces/vowpal.html

Large diffs are not rendered by default.

1,316 changes: 1,316 additions & 0 deletions api/opsml/model/interfaces/xgb.html

Large diffs are not rendered by default.

894 changes: 894 additions & 0 deletions api/opsml/model/loader.html

Large diffs are not rendered by default.

676 changes: 676 additions & 0 deletions api/opsml/profile/profile_data.html

Large diffs are not rendered by default.

2,031 changes: 2,031 additions & 0 deletions api/opsml/projects/active_run.html

Large diffs are not rendered by default.

1,251 changes: 1,251 additions & 0 deletions api/opsml/projects/project.html

Large diffs are not rendered by default.

1,467 changes: 1,467 additions & 0 deletions api/opsml/registry/registry.html

Large diffs are not rendered by default.

2,869 changes: 2,869 additions & 0 deletions api/opsml/registry/semver.html

Large diffs are not rendered by default.

836 changes: 836 additions & 0 deletions api/opsml/settings/config.html

Large diffs are not rendered by default.

1,431 changes: 1,431 additions & 0 deletions api/opsml/types/huggingface.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions api/search.js

Large diffs are not rendered by default.

109 changes: 109 additions & 0 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@

/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
}

code.doc-symbol-attribute::after {
content: "attr";
}

code.doc-symbol-function {
color: var(--doc-symbol-function-fg-color);
background-color: var(--doc-symbol-function-bg-color);
}

code.doc-symbol-function::after {
content: "func";
}

code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

code.doc-symbol-method::after {
content: "meth";
}

code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

code.doc-symbol-class::after {
content: "class";
}

code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

code.doc-symbol-module::after {
content: "mod";
}
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.fe8b6f2b.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.fe8b6f2b.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 820d05e

Please sign in to comment.