blind-contours / CVtreeMLE

:deciduous_tree: :dart: Cross Validated Decision Trees with Targeted Maximum Likelihood Estimation
MIT License
5 stars 1 forks source link

No CRAN with SL3 #1

Closed blind-contours closed 2 years ago

blind-contours commented 2 years ago

CVtreeMLE relies on default sl3 super learner objects to estimate nuisance parameters. Using super learner ensures the CVtreeMLE estimator is asymptotically efficient. However, in situations where users may have domain knowledge or are doing exploratory analysis where computational capacities are low it may be more efficient to use one flexible learner. In this case, it may be best to use earth, or multivariate adaptive splines models as the g and Q models. This would also allow CVtreeMLE to be submitted to CRAN.