File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -1510,10 +1510,25 @@ \subsection{Assessing word relevancy via term frequency-inverse document frequen
1510
1510
\subsection {Cleaning text data }
1511
1511
\subsection {Processing documents into tokens }
1512
1512
\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 }
1514
1514
\section {Summary }
1515
1515
1516
1516
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 }
1517
1532
1518
1533
\newpage
1519
1534
You can’t perform that action at this time.
0 commit comments