Skip to content

Commit cc02c30

Browse files
committed
adding equations for chapter 8
1 parent 578adfd commit cc02c30

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/equations/pymle-equations.pdf

1018 Bytes
Binary file not shown.

docs/equations/pymle-equations.tex

+16-1
Original file line numberDiff line numberDiff line change
@@ -1510,10 +1510,25 @@ \subsection{Assessing word relevancy via term frequency-inverse document frequen
15101510
\subsection{Cleaning text data}
15111511
\subsection{Processing documents into tokens}
15121512
\section{Training a logistic regression model for document classification}
1513-
\section{Working with bigger data ? online algorithms and out-of-core learning}
1513+
\section{Working with bigger data - online algorithms and out-of-core learning}
15141514
\section{Summary}
15151515

15161516

1517+
%%%%%%%%%%%%%%%
1518+
% CHAPTER 9
1519+
%%%%%%%%%%%%%%%
1520+
1521+
\chapter{Embedding a Machine Learning Model into a Web Application}
1522+
1523+
\section{Chapter 8 recap - Training a model for movie review classification}
1524+
\section{Serializing fitted scikit-learn estimators}
1525+
\section{Setting up a SQLite database for data storage Developing a web application with Flask}
1526+
\section{Our first Flask web application}
1527+
\subsection{Form validation and rendering}
1528+
\subsection{Turning the movie classifier into a web application}
1529+
\section{Deploying the web application to a public server}
1530+
\subsection{Updating the movie review classifier}
1531+
\section{Summary}
15171532

15181533
\newpage
15191534

0 commit comments

Comments
 (0)