You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/custom-preprocessing.md
+82Lines changed: 82 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -689,6 +689,88 @@ KDP offers multiple approaches to custom preprocessing, from simple layer additi
689
689
5. 📝 **Document Your Approach**: Document why custom preprocessing was necessary
690
690
6. 🔁 **Ensure Reproducibility**: Make sure custom preprocessing is deterministic
691
691
692
+
## 🤖 Auto-Configuration Script
693
+
694
+
KDP provides an auto-configuration script that analyzes your dataset and recommends optimal preprocessing configurations. This tool can help you get started quickly by automatically detecting feature types and suggesting appropriate preprocessing steps.
0 commit comments