I am using Watson Studio Model Builder to build a Linear Regression model.
- Does it perform any feature evaluation/extraction ? Is there a way to look up this information ? I see some hyperparameters associated with the estimators, but nothing on features. I see something called
- Is there a way to track/get the training/test data for a deployed model after it has been trained. I read up on lineage but did not see anything there.
- When using WML to store and deploy a scikit-learn linear regression model, I get back
learning_configuration_url
,evaluation_metrics_url
andfeedback_url
. Are these accessible using the REST API outside of WML ?
Thank you !