From 104878c11af5365eb2d161d7a377e461291a7ceb Mon Sep 17 00:00:00 2001 From: Flex Zhong Date: Wed, 25 Aug 2021 11:01:58 +0800 Subject: [PATCH] remove : --- 3-Web-App/1-Web-App/README.md | 2 +- 3-Web-App/1-Web-App/translations/README.ko.md | 2 +- 3-Web-App/1-Web-App/translations/README.zh-cn.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/3-Web-App/1-Web-App/README.md b/3-Web-App/1-Web-App/README.md index c983e679..eb124eb5 100644 --- a/3-Web-App/1-Web-App/README.md +++ b/3-Web-App/1-Web-App/README.md @@ -330,7 +330,7 @@ In a professional setting, you can see how good communication is necessary betwe --- -## ๐Ÿš€ Challenge: +## ๐Ÿš€ Challenge Instead of working in a notebook and importing the model to the Flask app, you could train the model right within the Flask app! Try converting your Python code in the notebook, perhaps after your data is cleaned, to train the model from within the app on a route called `train`. What are the pros and cons of pursuing this method? diff --git a/3-Web-App/1-Web-App/translations/README.ko.md b/3-Web-App/1-Web-App/translations/README.ko.md index 001d7190..9b3be2ed 100644 --- a/3-Web-App/1-Web-App/translations/README.ko.md +++ b/3-Web-App/1-Web-App/translations/README.ko.md @@ -330,7 +330,7 @@ Flask์™€ pickled ๋ชจ๋ธ๊ณผ ๊ฐ™์ด, ๋ชจ๋ธ์„ ์‚ฌ์šฉํ•˜๋Š” ์ด ๋ฐฉ์‹์€, ๋น„๊ต --- -## ๐Ÿš€ ๋„์ „: +## ๐Ÿš€ ๋„์ „ ๋…ธํŠธ๋ถ์—์„œ ์ž‘์„ฑํ•˜๊ณ  Flask ์•ฑ์—์„œ ๋ชจ๋ธ์„ ๊ฐ€์ ธ์˜ค๋Š” ๋Œ€์‹ , Flask ์•ฑ์—์„œ ๋ฐ”๋กœ ๋ชจ๋ธ์„ ํ›ˆ๋ จํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค! ์–ด์ฉŒ๋ฉด ๋ฐ์ดํ„ฐ๋ฅผ ์ •๋ฆฌํ•˜๊ณ , ๋…ธํŠธ๋ถ์—์„œ Python ์ฝ”๋“œ๋กœ ๋ณ€ํ™˜ํ•ด์„œ, `train`์ด๋ผ๊ณ  ๋ถˆ๋ฆฌ๋Š” ๋ผ์šฐํ„ฐ๋กœ ์•ฑ์—์„œ ๋ชจ๋ธ์„ ํ›ˆ๋ จํ•ฉ๋‹ˆ๋‹ค. ์ด๋Ÿฌํ•œ ๋ฐฉ์‹์„ ์ถ”๊ตฌํ–ˆ์„ ๋•Œ ์žฅ์ ๊ณผ ๋‹จ์ ์€ ๋ฌด์—‡์ธ๊ฐ€์š”? diff --git a/3-Web-App/1-Web-App/translations/README.zh-cn.md b/3-Web-App/1-Web-App/translations/README.zh-cn.md index b13c2108..af45d1ce 100644 --- a/3-Web-App/1-Web-App/translations/README.zh-cn.md +++ b/3-Web-App/1-Web-App/translations/README.zh-cn.md @@ -330,7 +330,7 @@ print(model.predict([[50,44,-12]])) --- -## ๐Ÿš€ ๆŒ‘ๆˆ˜๏ผš +## ๐Ÿš€ ๆŒ‘ๆˆ˜ ไฝ ๅฏไปฅๅœจ Flask ๅบ”็”จ็จ‹ๅบไธญ่ฎญ็ปƒๆจกๅž‹๏ผŒ่€Œไธๆ˜ฏๅœจ notebook ไธŠๅทฅไฝœๅนถๅฐ†ๆจกๅž‹ๅฏผๅ…ฅ Flask ๅบ”็”จ็จ‹ๅบ๏ผๅฐ่ฏ•ๅœจ notebook ไธญ่ฝฌๆข Python ไปฃ็ ๏ผŒๅฏ่ƒฝๆ˜ฏๅœจๆธ…้™คๆ•ฐๆฎไน‹ๅŽ๏ผŒไปŽๅบ”็”จ็จ‹ๅบไธญ็š„ไธ€ไธชๅไธบ `train` ็š„่ทฏๅพ„่ฎญ็ปƒๆจกๅž‹ใ€‚้‡‡็”จ่ฟ™็งๆ–นๆณ•็š„ๅˆฉๅผŠๆ˜ฏไป€ไนˆ๏ผŸ