From e39fecc70ee835f1fb89c84e944b457f8414de8c Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 10 May 2021 11:54:45 -0400 Subject: [PATCH] some edits to web app --- .vscode/deploy-ml | 1 + API/1-API/README.md | 16 ---------- API/README.md | 11 ------- Classification/README.md | 2 +- Clustering/README.md | 2 +- Introduction/README.md | 2 +- NLP/README.md | 2 +- README.md | 2 +- Real-World/README.md | 2 +- Regression/README.md | 2 +- Reinforcement/README.md | 2 +- TimeSeries/README.md | 2 +- Web-App/1-Web-App/README.md | 30 ++++++++++++++++++ .../1-API => Web-App/1-Web-App}/assignment.md | 0 .../1-API => Web-App/1-Web-App}/data/ufos.csv | 0 Web-App/1-Web-App/images/lobe.png | Bin 0 -> 416548 bytes .../1-Web-App/notebook.ipynb | 0 .../1-Web-App}/solution/notebook.ipynb | 0 .../1-Web-App}/solution/ufo-model.pkl | Bin .../1-Web-App}/solution/web-app/app.py | 0 .../1-Web-App}/solution/web-app/model-test.py | 0 .../solution/web-app/static/css/styles.css | 0 .../solution/web-app/templates/index.html | 0 .../1-Web-App}/translations/README.es.md | 0 Web-App/README.md | 11 +++++++ Web-App/translations/README.es.md | 0 26 files changed, 51 insertions(+), 36 deletions(-) create mode 160000 .vscode/deploy-ml delete mode 100644 API/1-API/README.md delete mode 100644 API/README.md create mode 100644 Web-App/1-Web-App/README.md rename {API/1-API => Web-App/1-Web-App}/assignment.md (100%) rename {API/1-API => Web-App/1-Web-App}/data/ufos.csv (100%) create mode 100644 Web-App/1-Web-App/images/lobe.png rename API/1-API/translations/README.es.md => Web-App/1-Web-App/notebook.ipynb (100%) rename {API/1-API => Web-App/1-Web-App}/solution/notebook.ipynb (100%) rename {API/1-API => Web-App/1-Web-App}/solution/ufo-model.pkl (100%) rename {API/1-API => Web-App/1-Web-App}/solution/web-app/app.py (100%) rename {API/1-API => Web-App/1-Web-App}/solution/web-app/model-test.py (100%) rename {API/1-API => Web-App/1-Web-App}/solution/web-app/static/css/styles.css (100%) rename {API/1-API => Web-App/1-Web-App}/solution/web-app/templates/index.html (100%) rename {API => Web-App/1-Web-App}/translations/README.es.md (100%) create mode 100644 Web-App/README.md create mode 100644 Web-App/translations/README.es.md diff --git a/.vscode/deploy-ml b/.vscode/deploy-ml new file mode 160000 index 00000000..016d5681 --- /dev/null +++ b/.vscode/deploy-ml @@ -0,0 +1 @@ +Subproject commit 016d5681d8ee4e9945809586d23433b897b1cbe1 diff --git a/API/1-API/README.md b/API/1-API/README.md deleted file mode 100644 index b854a8ca..00000000 --- a/API/1-API/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# Build an API - -In this lesson, you will train a Linear Regression model and a Classification model on a dataset that's out of this world: UFO Sightings over the past century, sourced from [NUFORC's database](https://www.nuforc.org). -## [Pre-lecture quiz](link-to-quiz-app) - -✅ Knowledge Check - use this moment to stretch students' knowledge with open questions - -🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project - -## [Post-lecture quiz](link-to-quiz-app) - -## Review & Self Study - -**Assignment**: [Assignment Name](assignment.md) - - diff --git a/API/README.md b/API/README.md deleted file mode 100644 index 8248e6f1..00000000 --- a/API/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Build an API to use your saved model - -In this section of the curriculum, you will be introduced to an applied ML topic: how to save your Scikit-Learn model as a file that can be used to make predictions by means of an API. An API (Application Programming Interface) is software that forms the handshake between your backend (in our case, the ML model) and a frontend of your choice. In this lesson, let's build an API to query two different types of models. - -## Topics - -1. [Build an API](1-API/README.md) - -## Credits - -"Build an API" was written with ♥️ by [Jen Looper](https://twitter.com/jenlooper). The dataset is sourced from [Kaggle](https://www.kaggle.com/NUFORC/ufo-sightings). \ No newline at end of file diff --git a/Classification/README.md b/Classification/README.md index a9713fad..07c03912 100644 --- a/Classification/README.md +++ b/Classification/README.md @@ -2,7 +2,7 @@ In this section of the curriculum you will learn about how to classify data using Machine Learning. -## Topics +## Lessons 1. [Visualize your Data and Prepare it for Use](1-Data/README.md) 2. [Build a Discriminative Model](2-Discriminative/README.md) diff --git a/Clustering/README.md b/Clustering/README.md index 359ec868..fff64a07 100644 --- a/Clustering/README.md +++ b/Clustering/README.md @@ -9,7 +9,7 @@ Photo by