Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow follow-up #7

Merged
merged 1 commit into from
Mar 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified images/dep-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 13 additions & 13 deletions tensorflow-w-r.Rproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
Binary file removed workflow/newmodel/saved_model.pb
Binary file not shown.
Binary file not shown.
Binary file removed workflow/newmodel/variables/variables.index
Binary file not shown.
Binary file removed workflow/rec_obj.RData
Binary file not shown.
11 changes: 8 additions & 3 deletions workflow/tensorflow-drake.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Automated workflow"
output: html_document
output: html_notebook
---

```{r setup, include = FALSE}
Expand All @@ -13,10 +13,15 @@ library(yardstick)
options(
drake_make_menu = FALSE,
drake_clean_menu = FALSE,
warnPartialMatchArgs = FALSE
warnPartialMatchArgs = FALSE,
crayon.enabled = FALSE,
readr.show_progress = FALSE
)
clean(destroy = TRUE)
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

Let's use [`drake`](https://github.com/ropensci/drake) to train and compare multiple models in a unified automated workflow.
Expand Down
5,736 changes: 0 additions & 5,736 deletions workflow/tensorflow-drake.html

This file was deleted.

643 changes: 643 additions & 0 deletions workflow/tensorflow-drake.nb.html

Large diffs are not rendered by default.