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
# When you need to handle 'dirty' data, build pipelines to model then automatically.
86
-
task=openml.tasks.get_task(1)
85
+
# To demonstrate this using the dataset `credit-a <https://test.openml.org/d/16>`_ via
86
+
# `task <https://test.openml.org/t/96>`_ as it contains both numerical and categorical
87
+
# variables and missing values in both.
88
+
task=openml.tasks.get_task(96)
87
89
88
90
# OpenML helper functions for sklearn can be plugged in directly for complicated pipelines
0 commit comments