Closed
Description
During the course of fixing #1698 and deriving work items (e.g. #1699, #1701, #1702), we created public constructors for the various ModelParameter
objects (formerly Predictor
objects).
@sfilipi raised the question whether these should be public or be made internal as the only thing that can create ModelParameters
(Predictors
) is training a model. What use case are we supporting with this? When might a user want to create say a LinearRegressionModelParameters
object with bias and weights instead of training a linear regression model?