Bryan S Weber
Results
2
comments of
Bryan S Weber
I also got an error when adding inference to the tutorial (but not the same error as the above 2!): https://github.com/microsoft/EconML/blob/main/notebooks/Deep%20IV%20Examples.ipynb `deepIvEst.fit(Y=y,T=t,X=x,Z=z, inference = 'bootstrap')` Returns: `Output model_13 missing from...
Ah! Good point. I replaced it with the base R object `state.abb` and it now runs happily. I run into a bug as I move up the year count, though:...