matheusfacure / python-causality-handbook

Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and causality.
https://matheusfacure.github.io/python-causality-handbook/landing-page.html
MIT License
2.56k stars 444 forks source link

fix typo in meta learners #356

Closed RaulPL closed 6 months ago

RaulPL commented 8 months ago

Fix small typo in meta learners notebook. Before: since the outcome variable is binary, you could also use a classified. After: since the outcome variable is binary, you could also use a classifier.