v0.6
This release includes the following changes:
- Adds a new double ML class with a non-parametric final stage (#170)
- Adds an "honest forest" sklearn-compatible regressor, plus forest-based DML and DR CATE estimators based on it (#170)
- Adds classes to support visual interpretation of CATE estimates and policies, along with notebooks demonstrating their use (#177)
- Vastly improves the documentation (#197)
- Fixes an issue where we used more memory than necessary in a few places (#199)