All Projects → hongooi73 → glmnetUtils

hongooi73 / glmnetUtils

Licence: other
Utilities for glmnet

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to glmnetUtils

MNIST
Handwritten digit recognizer using a feed-forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
Stars: ✭ 28 (-53.33%)
Mutual labels:  cross-validation
resamplr
R package cross-validation, bootstrap, permutation, and rolling window resampling techniques for the tidyverse.
Stars: ✭ 35 (-41.67%)
Mutual labels:  cross-validation
3D-UNet-PyTorch-Implementation
The implementation of 3D-UNet using PyTorch
Stars: ✭ 78 (+30%)
Mutual labels:  cross-validation
modeltime.resample
Resampling Tools for Time Series Forecasting with Modeltime
Stars: ✭ 12 (-80%)
Mutual labels:  cross-validation
timeseries-cv
Time-Series Cross-Validation Module
Stars: ✭ 22 (-63.33%)
Mutual labels:  cross-validation
HAR
Recognize one of six human activities such as standing, sitting, and walking using a Softmax Classifier trained on mobile phone sensor data.
Stars: ✭ 18 (-70%)
Mutual labels:  cross-validation
mlr3spatiotempcv
Spatiotemporal resampling methods for mlr3
Stars: ✭ 43 (-28.33%)
Mutual labels:  cross-validation
broomExtra
Helpers for regression analyses using `{broom}` & `{easystats}` packages 📈 🔍
Stars: ✭ 45 (-25%)
Mutual labels:  regression-models
Credit
An example project that predicts risk of credit card default using a Logistic Regression classifier and a 30,000 sample dataset.
Stars: ✭ 18 (-70%)
Mutual labels:  cross-validation
cvAUC
Computationally efficient confidence intervals for cross-validated AUC estimates in R
Stars: ✭ 22 (-63.33%)
Mutual labels:  cross-validation
Machine-learning-toolkits-with-python
Machine learning toolkits with Python
Stars: ✭ 31 (-48.33%)
Mutual labels:  cross-validation
osprey
🦅Hyperparameter optimization for machine learning pipelines 🦅
Stars: ✭ 71 (+18.33%)
Mutual labels:  cross-validation
numerics
library of numerical methods using Armadillo
Stars: ✭ 17 (-71.67%)
Mutual labels:  cross-validation
assignPOP
Population Assignment using Genetic, Non-genetic or Integrated Data in a Machine-learning Framework. Methods in Ecology and Evolution. 2018;9:439–446.
Stars: ✭ 16 (-73.33%)
Mutual labels:  cross-validation
bess
Best Subset Selection algorithm for Regression, Classification, Count, Survival analysis
Stars: ✭ 14 (-76.67%)
Mutual labels:  regression-models
san
Spatial Modelling for Data Scientists
Stars: ✭ 63 (+5%)
Mutual labels:  cross-validation
origami
🎲 🔮 Comprehensive Cross-Validation Engine
Stars: ✭ 25 (-58.33%)
Mutual labels:  cross-validation
sparsereg
a collection of modern sparse (regularized) linear regression algorithms.
Stars: ✭ 55 (-8.33%)
Mutual labels:  regression-models
joineRML
R package for fitting joint models to time-to-event data and multivariate longitudinal data
Stars: ✭ 24 (-60%)
Mutual labels:  regression-models
regression-python
In this repository you can find many different, small, projects which demonstrate regression techniques using python programming language
Stars: ✭ 15 (-75%)
Mutual labels:  regression-models

glmnetUtils

R-CMD-check

Some quality-of-life functions to streamline the process of fitting elastic net models with glmnet, specifically:

  • glmnet.formula provides a formula/data frame interface to glmnet.
  • cv.glmnet.formula does a similar thing for cv.glmnet.
  • Methods for predict and coef for both the above.
  • A function cva.glmnet to choose both the alpha and lambda parameters via cross-validation, following the approach described in the help page for cv.glmnet. Optionally does the cross-validation in parallel.
  • Methods for plot, predict and coef for the above.

You can install the development version from Github using devtools::install_github.

install.packages("devtools")
library(devtools)
install_github("hongooi73/glmnetUtils")
library(glmnetUtils)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].