From 4ccdc4a6666b4800510794ad0ce043092d011c96 Mon Sep 17 00:00:00 2001 From: Avarayr Date: Sat, 1 Jan 2022 12:55:46 -0800 Subject: [PATCH] Refactored the classify-4 README to use modern ES6 javascript syntax --- 4-Classification/4-Applied/README.md | 81 +++++++++++----------------- 1 file changed, 31 insertions(+), 50 deletions(-) diff --git a/4-Classification/4-Applied/README.md b/4-Classification/4-Applied/README.md index 19344e2b..438da937 100644 --- a/4-Classification/4-Applied/README.md +++ b/4-Classification/4-Applied/README.md @@ -226,70 +226,51 @@ You can use your model directly in a web app. This architecture also allows you 1. Once the Runtime is in place, you can call it: - ```javascript + ```html