Hello,
I understand that Dataiku is using for scaling the sklearn.preprocessing package. How can I retrieve the scale used by Dataiku in a particular model the same way i can do in sklearn?:
scaler = preprocessing.StandardScaler().fit(X_train)
scaler.scale_
I cannot find in the documentation the way to get this data using the Dataiku API.
Best regards