You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/3-Web-App/translations
Raysa Dutra 5bbe9d1a38
Add PT-BR Translation: Web App (#424)
3 years ago
..
README.es.md re-numbering lesson groups 3 years ago
README.hi.md [Hi-Hindi] Translation for Web App base README (#409) 3 years ago
README.it.md Italian Translation - Chapter 3 complete 3 years ago
README.ja.md feat: add ja 3. readme 3 years ago
README.ko.md FIX : replace chapter readme ko translation file 3 years ago
README.pt-br.md Add PT-BR Translation: Web App (#424) 3 years ago
README.pt.md Translated files in Web-App to pt (#398) 3 years ago
README.ru.md fix markdown issues and improve wordings in Russian transaltions (#381) 3 years ago
README.zh-cn.md add chapter 4-3 zh translation and tune some trans (#420) 3 years ago

README.zh-cn.md

构建一个 Web 应用程序来使用您的机器学习模型

课程的本章节将为您介绍机器学习的应用:如何保存您的 Scikit-learn 模型为文件以便在 Web 应用程序中使用该模型进行预测。模型保存后,您将学习如何在一个由 Flask 构建的 Web 应用程序中使用它。首先,您将会使用一些 UFO 目击事件的数据去创建一个模型!然后,您将构建一个 Web 应用程序,这个应用程序能让您输入秒数,经度,纬度来预测哪个国家会报告 UFO 目击事件。

UFO Parking

图片由 Michael Herren 拍摄,来自 Unsplash

教程

  1. 构建一个 Web 应用程序

致谢

"构建一个 Web 应用程序" 由 Jen Looper 用 ♥ 编写️

测验由 Rohan Raj 用 ♥️ 编写

数据集来自 Kaggle

Web 应用程序的架构一部分参考了 Abhinav Sagar 的文章仓库