From 689c867d04fce32ad877409d8b8d7e97a4d1a582 Mon Sep 17 00:00:00 2001 From: Matthew Tovbin Date: Wed, 20 Feb 2019 00:55:11 -0800 Subject: [PATCH] Update docs --- docs/examples/Titanic-Binary-Classification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/Titanic-Binary-Classification.md b/docs/examples/Titanic-Binary-Classification.md index e9fce4b44e..932fd2ec02 100644 --- a/docs/examples/Titanic-Binary-Classification.md +++ b/docs/examples/Titanic-Binary-Classification.md @@ -1,6 +1,6 @@ # Titanic Binary Classification -Here we describe a very simple TransmogrifAI workflow for predicting survivors in the often-cited Titanic dataset. The code for building and applying the Titanic model can be found here: [Titanic Code](https://github.com/salesforce/TransmogrifAI/blob/master/helloworld/src/main/scala/com/salesforce/hw/OpTitanicSimple.scala), and the data can be found here: [Titanic Data](https://github.com/salesforce/op/blob/master/helloworld/src/main/resources/TitanicDataset/TitanicPassengersTrainData.csv). +Here we describe a very simple TransmogrifAI workflow for predicting survivors in the often-cited Titanic dataset. The code for building and applying the Titanic model can be found [here](https://github.com/salesforce/TransmogrifAI/blob/master/helloworld/src/main/scala/com/salesforce/hw/OpTitanicSimple.scala), and the data can be found [here](https://github.com/salesforce/op/blob/master/helloworld/src/main/resources/TitanicDataset/TitanicPassengersTrainData.csv). You can run this code as follows: ```bash