Links to rule entry and rule performance webapps.

This commit is contained in:
Robert M. Horton, PhD 2020-06-03 00:44:38 -07:00 коммит произвёл GitHub
Родитель 0daaae7c54
Коммит 492d386af5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -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/).