Showing 3 of total 3 results (show query)
sestelo
npregfast:Nonparametric Estimation of Regression Models with Factor-by-Curve Interactions
A method for obtaining nonparametric estimates of regression models with or without factor-by-curve interactions using local polynomial kernel smoothers or splines. Additionally, a parametric model (allometric model) can be estimated.
Maintained by Marta Sestelo. Last updated 3 months ago.
allometricbarnaclecritical-pointscurve-interactionsfactor-by-curvefortraninteractionnonparametricregression-modelstesting
5 stars 5.73 score 89 scripts 2 dependentsmodeloriented
hstats:Interaction Statistics
Fast, model-agnostic implementation of different H-statistics introduced by Jerome H. Friedman and Bogdan E. Popescu (2008) <doi:10.1214/07-AOAS148>. These statistics quantify interaction strength per feature, feature pair, and feature triple. The package supports multi-output predictions and can account for case weights. In addition, several variants of the original statistics are provided. The shape of the interactions can be explored through partial dependence plots or individual conditional expectation plots. 'DALEX' explainers, meta learners ('mlr3', 'tidymodels', 'caret') and most other models work out-of-the-box.
Maintained by Michael Mayer. Last updated 7 months ago.
interactioninterpretabilitymachine-learningrstatstatisticsxai
30 stars 5.41 score 34 scriptsjoshuawlambert
rFSA:Feasible Solution Algorithm for Finding Best Subsets and Interactions
Assists in statistical model building to find optimal and semi-optimal higher order interactions and best subsets. Uses the lm(), glm(), and other R functions to fit models generated from a feasible solution algorithm. Discussed in Subset Selection in Regression, A Miller (2002). Applied and explained for least median of squares in Hawkins (1993) <doi:10.1016/0167-9473(93)90246-P>. The feasible solution algorithm comes up with model forms of a specific type that can have fixed variables, higher order interactions and their lower order terms.
Maintained by Joshua Lambert. Last updated 4 years ago.
algorithmfsainteractionmodelsparallelstatisticalstatisticssubset
7 stars 4.15 score 20 scripts