Skip to content

Commit df7abba

Browse files
add fastapi for ml
1 parent 2c19720 commit df7abba

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

Chapter5/machine_learning.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,6 +2827,14 @@
28272827
"[Learn more about MLFlow Models](https://bit.ly/46y6gpF)."
28282828
]
28292829
},
2830+
{
2831+
"cell_type": "markdown",
2832+
"id": "e997b6cc",
2833+
"metadata": {},
2834+
"source": [
2835+
"### Simplifying ML Model Integration with FastAPI"
2836+
]
2837+
},
28302838
{
28312839
"cell_type": "code",
28322840
"execution_count": null,

docs/Chapter5/machine_learning.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ <h2> Contents </h2>
532532
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#rapid-prototyping-and-comparison-of-basic-models-with-lazy-predict">6.5.17. Rapid Prototyping and Comparison of Basic Models with Lazy Predict</a></li>
533533
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#autogluon-fast-and-accurate-ml-in-3-lines-of-code">6.5.18. AutoGluon: Fast and Accurate ML in 3 Lines of Code</a></li>
534534
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#model-logging-made-easy-mlflow-vs-pickle">6.5.19. Model Logging Made Easy: MLflow vs. Pickle</a></li>
535+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#simplifying-ml-model-integration-with-fastapi">6.5.20. Simplifying ML Model Integration with FastAPI</a></li>
535536
</ul>
536537
</nav>
537538
</div>
@@ -2166,6 +2167,9 @@ <h2><span class="section-number">6.5.19. </span>Model Logging Made Easy: MLflow
21662167
</div>
21672168
</div>
21682169
<p><a class="reference external" href="https://bit.ly/46y6gpF">Learn more about MLFlow Models</a>.</p>
2170+
</section>
2171+
<section id="simplifying-ml-model-integration-with-fastapi">
2172+
<h2><span class="section-number">6.5.20. </span>Simplifying ML Model Integration with FastAPI<a class="headerlink" href="#simplifying-ml-model-integration-with-fastapi" title="Permalink to this heading">#</a></h2>
21692173
<div class="cell tag_hide-cell docutils container">
21702174
<details class="hide above-input">
21712175
<summary aria-label="Toggle hidden content">
@@ -2393,6 +2397,7 @@ <h2><span class="section-number">6.5.19. </span>Model Logging Made Easy: MLflow
23932397
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#rapid-prototyping-and-comparison-of-basic-models-with-lazy-predict">6.5.17. Rapid Prototyping and Comparison of Basic Models with Lazy Predict</a></li>
23942398
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#autogluon-fast-and-accurate-ml-in-3-lines-of-code">6.5.18. AutoGluon: Fast and Accurate ML in 3 Lines of Code</a></li>
23952399
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#model-logging-made-easy-mlflow-vs-pickle">6.5.19. Model Logging Made Easy: MLflow vs. Pickle</a></li>
2400+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#simplifying-ml-model-integration-with-fastapi">6.5.20. Simplifying ML Model Integration with FastAPI</a></li>
23962401
</ul>
23972402
</nav></div>
23982403

docs/_sources/Chapter5/machine_learning.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,6 +2827,14 @@
28272827
"[Learn more about MLFlow Models](https://bit.ly/46y6gpF)."
28282828
]
28292829
},
2830+
{
2831+
"cell_type": "markdown",
2832+
"id": "e997b6cc",
2833+
"metadata": {},
2834+
"source": [
2835+
"### Simplifying ML Model Integration with FastAPI"
2836+
]
2837+
},
28302838
{
28312839
"cell_type": "code",
28322840
"execution_count": null,

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)