Skip to content

Commit

Permalink
deploy: 52f3185
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubo-os committed Dec 13, 2023
1 parent 8000c37 commit c58fdf8
Show file tree
Hide file tree
Showing 195 changed files with 4,831 additions and 2,987 deletions.
20 changes: 11 additions & 9 deletions _modules/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; Opensearch-py-ml 1.1.0 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/plot_directive.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />


<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="../_static/jquery.js"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>
<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=fc837d61"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
Expand Down
162 changes: 124 additions & 38 deletions _modules/opensearch_py_ml/dataframe.html

Large diffs are not rendered by default.

25 changes: 15 additions & 10 deletions _modules/opensearch_py_ml/etl.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<html class="writer-html5" lang="en" data-content_root="../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opensearch_py_ml.etl &mdash; Opensearch-py-ml 1.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/plot_directive.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />


<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->

<script src="../../_static/jquery.js"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/sphinx_highlight.js"></script>
<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=fc837d61"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
Expand Down Expand Up @@ -384,7 +386,9 @@ <h1>Source code for opensearch_py_ml.etl</h1><div class="highlight"><pre>
<span class="k">return</span> <span class="n">oml_df</span><span class="o">.</span><span class="n">to_pandas</span><span class="p">(</span><span class="n">show_progress</span><span class="o">=</span><span class="n">show_progress</span><span class="p">)</span>


<div class="viewcode-block" id="csv_to_opensearch"><a class="viewcode-back" href="../../reference/api/csv_to_opensearch.html#opensearch_py_ml.etl.csv_to_opensearch">[docs]</a><span class="k">def</span> <span class="nf">csv_to_opensearch</span><span class="p">(</span> <span class="c1"># type: ignore</span>
<div class="viewcode-block" id="csv_to_opensearch">
<a class="viewcode-back" href="../../reference/api/csv_to_opensearch.html#opensearch_py_ml.etl.csv_to_opensearch">[docs]</a>
<span class="k">def</span> <span class="nf">csv_to_opensearch</span><span class="p">(</span> <span class="c1"># type: ignore</span>
<span class="n">filepath_or_buffer</span><span class="p">,</span>
<span class="n">os_client</span><span class="p">:</span> <span class="n">Union</span><span class="p">[</span><span class="nb">str</span><span class="p">,</span> <span class="n">List</span><span class="p">[</span><span class="nb">str</span><span class="p">],</span> <span class="n">Tuple</span><span class="p">[</span><span class="nb">str</span><span class="p">,</span> <span class="o">...</span><span class="p">],</span> <span class="n">OpenSearch</span><span class="p">],</span>
<span class="n">os_dest_index</span><span class="p">:</span> <span class="nb">str</span><span class="p">,</span>
Expand Down Expand Up @@ -631,6 +635,7 @@ <h1>Source code for opensearch_py_ml.etl</h1><div class="highlight"><pre>

<span class="c1"># Now create an opensearch_py_ml.DataFrame that references the new index</span>
<span class="k">return</span> <span class="n">DataFrame</span><span class="p">(</span><span class="n">os_client</span><span class="p">,</span> <span class="n">os_index_pattern</span><span class="o">=</span><span class="n">os_dest_index</span><span class="p">)</span></div>

</pre></div>

</div>
Expand Down
Loading

0 comments on commit c58fdf8

Please sign in to comment.