Hello,
is it possible to limit the features used by MLLinearRegressor? Upon init, it uses all available features, and I am not sure how to re-run the initialization process after setting the features.
Or do I really have to create a new table containing just the features I want?
Thanks
Alex