From 492d386af5e58ac0197560d1c9bbec237086fb66 Mon Sep 17 00:00:00 2001 From: "Robert M. Horton, PhD" Date: Wed, 3 Jun 2020 00:44:38 -0700 Subject: [PATCH] Links to rule entry and rule performance webapps. --- Part_1/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Part_1/README.md b/Part_1/README.md index cb8d509..41f669b 100644 --- a/Part_1/README.md +++ b/Part_1/README.md @@ -1 +1,14 @@ -Part 1 is under construction. Please proceed to parts 2 and 3. +--- +title: "Hand-Coded Rules for Classifying Newsgroup Posts" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + +In this exercise you will be asked to examine a number of vintage newsgroup posts and identify terms or phrases that you think will be useful for identifying other posts to that same newsgroup. + +Go to the [rule authoring web app](https://marinchapp10.azurewebsites.net/) and add your rules to the database. + +To see how the well the whole collection of rules works, go to the [rule performance webapp](https://ml4managers.shinyapps.io/evaluate_rules/). \ No newline at end of file