Recently Published

Homework 9 Web APIs
Data607 Homework 9 Web APIs
Estimating medication adherence (MPR and PDC) in R using the AdhereR package - Part 1
This is the first part of a series of tutorials on how to estimate medication adherence in R.
Project 1
Midterm-DylanLucero
This is my rpubs for the midterm
Mobile Phones 2025
analyzing data about Mobile Phones from kaggle at https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025?resource=download
Homework 2
Sampling Techniques
Sampling techniques in machine learning help evaluate model performance by partitioning data in different ways. **Leave-One-Out Cross-Validation (LOOCV)** trains on all but one observation, repeating for each, while **k-Fold Cross-Validation** divides data into k subsets, training on k-1 and testing on the remaining fold. The **Validation Approach (Train-Test Split)** randomly splits data into training and testing sets, offering simplicity but higher variance. **Bootstrap Resampling** draws multiple samples with replacement to estimate model uncertainty, useful for small datasets but prone to overfitting.
Actividad 1 - UNIR - Estadística
Actividad 1.