Skip to content

Commit

Permalink
Correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Feb 20, 2020
1 parent 51afc15 commit c106485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion econml/dml.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def fit(self, Y, T, X=None, W=None, sample_weight=None, inference=None):
inference: string, `Inference` instance, or None
Method for performing inference. This estimator supports 'bootstrap'
(or an instance of :class:`.BootstrapInference`) and 'debiasedlasso'
(or an instance of :class:`.LinearCateInference`)
(or an instance of :class:`.LinearModelFinalInference`)
Returns
-------
Expand Down

0 comments on commit c106485

Please sign in to comment.