You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix to compevent models
* prepare gitignore
* add joblib
* add offload (and docs for visit)
* create offloader
* setup offloading in primary API
* offloader to init
* add boot idx
* add intake from unloaded models
* setup weight offloading
* weight offload to init
* add weight offloading to SEQ + weight inloading
* test offload
* bump version
* setup offloading for dataframes
* offload original DT while bootstrapping
* adjust test nboot
* skipping compevent tests
* formatted
* Use smf.logit() for binary treatment vars
When:
* treatment_level=[0, 1] (binary control vs treatment)
* method="censoring"
* weighted=True
* Handle intercept-only formula when numerator is "1" or empty
* Allow specifying fitting method
* Obtain expected category levels from fitted model
* Improve handling of categories for predictions
* Account for NaNs in predicted probs
* Make survival preds safe
* Move _safe_predict into a helper file
---------
Co-authored-by: Tom Palmer <remlapmot@hotmail.com>
0 commit comments