forked from rasbt/python-machine-learning-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathch09.py
23 lines (18 loc) · 752 Bytes
/
ch09.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Sebastian Raschka, 2015 (http://sebastianraschka.com)
# Python Machine Learning - Code Examples
#
# Chapter 9 - Embedding a Machine Learning Model into a Web Application
#
# S. Raschka. Python Machine Learning. Packt Publishing Ltd., 2015.
# GitHub Repo: https://github.com/rasbt/python-machine-learning-book
#
# License: MIT
# https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt
s = """
Due to the complexity of this chapter, and the many files involved,
please refer to the IPython Notebook at
https://github.com/rasbt/python-machine-learning-book/blob/master/code/ch09/ch09.ipynb
The web application files can be obtained from
https://github.com/rasbt/python-machine-learning-book/tree/master/code/ch09
"""
print(s)