Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 17, 2021 4:10PM
Likes: 1
Replies: 1
Hello,
Do any of you how to retrieve the associated scikit linear regression model from DSS?
The sample code in the documentation is:
import dataiku m = dataiku.Model(my_model_id) my_predictor = m.get_predictor() my_clf = my_predictor._clf