We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83ca6d commit c9b1037Copy full SHA for c9b1037
Deployment/Linear_regression/Readme.md
@@ -1,5 +1,10 @@
1
## How to serve a linear regression model on a web API using Flask and Gunicorn
2
-Clone/copy all the files in this folder into a single folder on your computer and follow the steps below,
+Clone/copy all the files in this folder into a single folder on your computer.
3
+#### Install required libraries
4
+
5
+**`$ pip install requirements.txt`**
6
7
+Then follow the steps below,
8
9
#### Run the training script,
10
0 commit comments