Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescMartiEscofetQC committed Jul 5, 2024
1 parent e9f5463 commit efc37ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metalearners/slearner.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def fit(
self._validate_treatment(w)
self._validate_outcome(y)
self._fitted_treatments = convert_treatment(w)
self._n_features = X.shape[1]

mock_model = self.nuisance_model_factory[_BASE_MODEL](
**self.nuisance_model_params[_BASE_MODEL]
Expand Down

0 comments on commit efc37ce

Please sign in to comment.