No intercept required for OLS
ChrisS
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 2 ✭
When using the LAB to undertake some OLS modelling I could not find where to tell Dataiku to not fit an intercept? Does the option exist? If so, please could someone point to where that is.
Thanks.
Tagged:
Best Answer
-
JordanB Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 296 Dataiker
Hi @ChrisS
,As of now, it is not. The scikit-learn
fit_intercept
argument is hardcoded toTrue
for all regression algorithms in the visual ML. If you need this option, you can create a custom model in the Visual ML (ref: https://knowledge.dataiku.com/latest/ml-analytics/custom-models/tutorial-custom-modeling.html)Let us know if you have any further questions.
Thanks!
Jordan
Answers
-
Thankyou. I'll give that a go.