Skip to content

Commit b2d64dc

Browse files
authored
Merge pull request #48 from pwrose/master
updated rule names
2 parents a01bed3 + 55160d0 commit b2d64dc

14 files changed

+11753
-1124
lines changed

example1/0-Workflow.html

Lines changed: 1466 additions & 148 deletions
Large diffs are not rendered by default.

example1/0-Workflow.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"**Rule 1: Tell a Story for an Audience.** This notebook was developed to learn how to apply a simple machine learning model to predict protein features based on protein sequences.\n",
2121
"\n",
22-
"**Rule 3: Add Divisions to Make Steps Clear.** We broke the workflow into separate notebooks and use this top-level notebook to explain and organize the workflow.\n",
22+
"**Rule 3: Use Divisions to Make Steps Clear.** We broke the workflow into separate notebooks and use this top-level notebook to explain and organize the workflow.\n",
2323
"\n",
2424
"**Rule 7: Build a Pipeline.** This notebook describes the entire workflow from data preparation, feature calculation, model fitting, to prediction. The modularity makes it easy to replace one of the steps, for example, use a different method to calculate features or apply a different machine learning model.\n",
2525
"\n",
@@ -254,7 +254,7 @@
254254
"name": "python",
255255
"nbconvert_exporter": "python",
256256
"pygments_lexer": "ipython3",
257-
"version": "3.6.3"
257+
"version": "3.7.1"
258258
}
259259
},
260260
"nbformat": 4,

0 commit comments

Comments
 (0)