Skip to content

Commit

Permalink
Deployed 3205e5d with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-chu committed Sep 24, 2024
1 parent d80f089 commit 9821b51
Show file tree
Hide file tree
Showing 7 changed files with 20,635 additions and 19 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
<html lang="en">

<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VE9D0QFFKD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VE9D0QFFKD');
</script>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand Down Expand Up @@ -41,15 +50,6 @@
rel="stylesheet">
</head>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-VE9D0QFFKD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VE9D0QFFKD');
</script>

<body class="home">
<div class="page">
<div class="container__bg">
Expand Down
Binary file modified objects.inv
Binary file not shown.
18 changes: 9 additions & 9 deletions overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
<html lang="en">

<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VE9D0QFFKD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VE9D0QFFKD');
</script>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand Down Expand Up @@ -41,15 +50,6 @@
rel="stylesheet">
</head>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-VE9D0QFFKD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VE9D0QFFKD');
</script>

<body class="home">
<div class="page">
<div class="container__bg">
Expand Down
83 changes: 83 additions & 0 deletions reference/trulens/apps/virtual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3167,6 +3167,15 @@
<nav class="md-nav" aria-label="Functions">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#trulens.apps.virtual.VirtualApp.select_context" class="md-nav__link">
<span class="md-ellipsis">
<code class="doc-symbol doc-symbol-toc doc-symbol-method"></code>&nbsp;select_context
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#trulens.apps.virtual.VirtualApp.__setitem__" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -3903,6 +3912,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#trulens.apps.virtual.TruVirtual.add_dataframe" class="md-nav__link">
<span class="md-ellipsis">
<code class="doc-symbol doc-symbol-toc doc-symbol-method"></code>&nbsp;add_dataframe
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -10273,6 +10291,15 @@
<nav class="md-nav" aria-label="Functions">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#trulens.apps.virtual.VirtualApp.select_context" class="md-nav__link">
<span class="md-ellipsis">
<code class="doc-symbol doc-symbol-toc doc-symbol-method"></code>&nbsp;select_context
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#trulens.apps.virtual.VirtualApp.__setitem__" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -11009,6 +11036,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#trulens.apps.virtual.TruVirtual.add_dataframe" class="md-nav__link">
<span class="md-ellipsis">
<code class="doc-symbol doc-symbol-toc doc-symbol-method"></code>&nbsp;add_dataframe
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -11421,6 +11457,29 @@ <h5 id="trulens.apps.virtual.VirtualApp-functions">Functions<a href="#trulens.ap
<div class="doc doc-object doc-function">


<h6 id="trulens.apps.virtual.VirtualApp.select_context" class="doc doc-heading">
<code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">select_context</span>


<span class="doc doc-labels">
<small class="doc doc-label doc-label-classmethod"><code>classmethod</code></small>
</span>

<a href="#trulens.apps.virtual.VirtualApp.select_context" class="headerlink" title="Permanent link">&para;</a></h6>
<div class="doc-signature highlight"><pre><span></span><code><span class="nf">select_context</span><span class="p">()</span>
</code></pre></div>

<div class="doc doc-contents ">

<p>Select the context of the virtual app. This is fixed to return the default path.</p>

</div>

</div>

<div class="doc doc-object doc-function">


<h6 id="trulens.apps.virtual.VirtualApp.__setitem__" class="doc doc-heading">
<code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">__setitem__</span>

Expand Down Expand Up @@ -13820,6 +13879,30 @@ <h6 id="trulens.apps.virtual.TruVirtual.add_record" class="doc doc-heading">

</div>

<div class="doc doc-object doc-function">


<h6 id="trulens.apps.virtual.TruVirtual.add_dataframe" class="doc doc-heading">
<code class="doc-symbol doc-symbol-heading doc-symbol-method"></code> <span class="doc doc-object-name doc-function-name">add_dataframe</span>


<a href="#trulens.apps.virtual.TruVirtual.add_dataframe" class="headerlink" title="Permanent link">&para;</a></h6>
<div class="doc-signature highlight"><pre><span></span><code><span class="nf">add_dataframe</span><span class="p">(</span>
<span class="n">df</span><span class="p">,</span> <span class="n">feedback_mode</span><span class="p">:</span> <span class="n"><a class="autorefs autorefs-external" title="typing.Optional" href="https://docs.python.org/3/library/typing.html#typing.Optional">Optional</a></span><span class="p">[</span><span class="n"><a class="autorefs autorefs-internal" title="trulens.core.schema.feedback.FeedbackMode" href="../../core/schema/feedback/#trulens.core.schema.feedback.FeedbackMode">FeedbackMode</a></span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span>
<span class="p">)</span> <span class="o">-&gt;</span> <span class="n"><a class="autorefs autorefs-external" title="typing.List" href="https://docs.python.org/3/library/typing.html#typing.List">List</a></span><span class="p">[</span><span class="n"><a class="autorefs autorefs-internal" title="trulens.core.schema.record.Record" href="../../core/schema/record/#trulens.core.schema.record.Record">Record</a></span><span class="p">]</span>
</code></pre></div>

<div class="doc doc-contents ">

<p>Add the given dataframe as records to the database and evaluate any pre-specified
feedbacks on them.</p>
<p>The class <code>VirtualRecord</code> may be useful for creating records for virtual models.</p>
<p>If <code>feedback_mode</code> is specified, will use that mode for these records only.</p>

</div>

</div>



</div>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9821b51

Please sign in to comment.