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 cfd668b commit 363a679Copy full SHA for 363a679
man-roxygen/na_casewise_delete.R
@@ -0,0 +1,2 @@
1
+#' @section Missing Values:
2
+#' This model silently removes rows with missing values (case-wise deletion) before fitting.
man-roxygen/na_errors.R
+#' This model fails with an error if any rows contain missing values. Missing values should be handled before fitting.
man-roxygen/na_handled.R
+#' This model natively handles missing values during training.
0 commit comments