We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d9917 commit 0cf189eCopy full SHA for 0cf189e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Change logs
2
3
+### v0.8.1
4
+Added support for `pygam`'s `LogisticGAM` for TMLE with custom models (Thanks darrenreger!)
5
+
6
+Removed warning for TMLE with custom models following updates to Issue #109 I plan on creating a smarter warning
7
+system that flags non-Donsker class machine learning algorithms and warns the user. I still need to think through
8
+how to do this.
9
10
### v0.8.0
11
`IPTW` had a massive overhaul. It now follows a similar structure to `AIPTW` and other causal inference methods.
12
One *major* change is that missing data is dropped before any calculations. Therefore, if missing data was present for
zepid/version.py
@@ -1 +1 @@
-__version__ = '0.8.0'
+__version__ = '0.8.1'
0 commit comments