In regression, select input columns using a list

@shughes2026 you can use a Regex pattern and feed that to the selection of the column sin the Regression learner or any other place you want to select specific columns.

^(education-num|marital-status|occupation|relationship|race|sex|hours-per-week)$

3 Likes