We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ae749 commit aeeca75Copy full SHA for aeeca75
_episodes/preprocessor.md
@@ -0,0 +1,17 @@
1
+---
2
+title: "Working with preprocessors"
3
+teaching: 10
4
+exercises: 1
5
+questions:
6
+- “How do I set up a preprocessor?”
7
+- “Can I use different preprocessors for different variables?”
8
+- “Can I use different datasets for different variables?”
9
+Objectives:
10
+- “Create a recipe with multiple preprocessors”
11
+- “Use different preprocessors for different variables”
12
+- “Run a recipe with variables from different datasets”
13
+keypoints:
14
+- “A recipe can run different preprocessors at the same time.”
15
+- “The setting additional_datasets can be used to add a different dataset.”
16
+- “Variable groups are useful for defining different settings for different variables.”
17
0 commit comments