Skip to content

Commit

Permalink
Fix notebook issu
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed May 3, 2019
1 parent de25eec commit 5fff32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Double Machine Learning Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@
"source": [
"est = DMLCateEstimator(model_y=MultiTaskElasticNetCV(cv=3),model_t=MultiTaskElasticNetCV(cv=3))\n",
"est.fit(Y, T, X, W)\n",
"te_pred=est.effect(X_test)"
"te_pred=est.const_marginal_effect(X_test)"
]
},
{
Expand Down

0 comments on commit 5fff32a

Please sign in to comment.