We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cddf5 commit c136336Copy full SHA for c136336
docs/.gitbook/assets/image (148).png
82 KB
docs/.gitbook/assets/image (149).png
67.7 KB
docs/machine-learning/3.-data-prep.md
@@ -1,2 +1,20 @@
1
# 3. Data Prep
2
3
+
4
5
+<figure><img src="../.gitbook/assets/image (148).png" alt="" width="211"><figcaption></figcaption></figure>
6
7
+1. Click on Data Prep in the Machine Learning category.
8
9
10
11
+<figure><img src="../.gitbook/assets/image (149).png" alt="" width="563"><figcaption></figcaption></figure>
12
13
+2. _**Model Type**_: You can perform various preprocessing tasks:
14
+ * Encoding
15
+ * Scaling
16
+ * ETC
17
+3. _**Allocate to**_: Assign variable names for the model to perform the selected preprocessing tasks.
18
+4. _**Code View**_: Preview the code that will be output.
19
+5. _**Run**_: Execute the code.
20
0 commit comments