Publications by Jose Tamez

ILAA Tutorial

19.06.2024

Figure 1: The UPLTM: any linear transformation matrix that does not reduce data dimensionality and has a one-to-one association between units of measurement, i.e., it is preserving the space metric. The ERT is special form of UPLTM that is preserving the metric, and aims to create latent variables with controlled association between them. 1 I...

24243 sym R (24301 sym/83 pcs) 44 img 59 tbl

ILAA

21.09.2023

1 Introduction Iterative Linear Association Analysis (ILAA) is a computational method that creates a linear transformation from a sample of multidimensional data that effectively removes linear associations between data variables. The returned transformation matrix can be used to: Do an exploratory analysis of latent variables and their assoc...

35297 sym R (19160 sym/156 pcs) 33 img 48 tbl

70SignatureEvaluation

12.05.2023

NIK and RRPlots The libraries library(survival) library(FRESA.CAD) ## Loading required package: Rcpp ## Loading required package: stringr ## Loading required package: miscTools ## Loading required package: Hmisc ## ## Attaching package: 'Hmisc' ## The following objects are masked from 'package:base': ## ## format.pval, units ## Loading r...

1164 sym R (14501 sym/122 pcs) 31 img 67 tbl

RRPlots and Survival Biomarkers

28.04.2023

1 Showcasing RRPlots 1.0.1 Libraries library(survival) library(FRESA.CAD) ## Loading required package: Rcpp ## Loading required package: stringr ## Loading required package: miscTools ## Loading required package: Hmisc ## ## Attaching package: 'Hmisc' ## The following objects are masked from 'package:base': ## ## format.pval, units ## Lo...

572 sym R (4463 sym/42 pcs) 21 img 22 tbl

RRPlots for Survival Model Evaluations

21.04.2023

Evaluation of RISK survival models This document highlights the use of RRPlot(), CoxRiskCalibration(), and CalibrationProbPoissonRisk, for the evaluation (RRPlot), and calibration of cox models (CoxRiskCalibration) or logistic models (CalibrationProbPoissonRisk) of survival data. Furthermore, it can be used to evaluate any Risk index that rerun...

2308 sym R (11398 sym/94 pcs) 53 img 69 tbl

Feature Discovery and Decorrelation

03.10.2022

1 Effect of GDSTM-Based Decorrelation on Feature Discovery Here I showcase of to use BSWiMS feature selection/modeling function coupled with Goal Driven Sparse Transformation Matrix (GDSTM) as a pre-processing step to decorrelate highly correlated features. The aim(s) are: To improve model performance by uncovering the hidden information be...

20113 sym R (16221 sym/70 pcs) 7 img 70 tbl

FDeA and Machine Learning on the Vehicle data set

04.10.2022

FDeA-Based Decorrelation on Vehicle This document describes the use of the FRESA.CAD::GDSTMDecorrelation() function that runs the feature Decorrelation analysis (FDeA) algorithm. This demo uses FRESA.CAD and mlbench R packages: knitr::opts_chunk$set(collapse = TRUE, warning = FALSE, message = FALSE,comment = "#>") library("FRESA.CAD") ## Load...

5022 sym R (12474 sym/54 pcs) 14 img 23 tbl

GDSTM Machine Learning on the Sonar Data Set

04.10.2022

Filtered ML fit and the GDSTM with FRESA.CAD Here we make use of the FRESA.CAD::filteredfit() function to train ML models with and without GDSTM. Naive-Bayes (NB) and LASSO models are used in this demo. This scrip uses FRESA.CAD and mlbench R packages: knitr::opts_chunk$set(collapse = TRUE, warning = FALSE, message = FALSE,comment = "#>") libr...

5082 sym R (16910 sym/80 pcs) 9 img 24 tbl

GDSTM and ARCENE

04.10.2022

Filtered ML fit and the GDSTM with FRESA.CAD Here we make use of the FRESA.CAD::filteredfit() function to train ML models with and without GDSTM on the ARCENE data set. Isabelle Guyon, Steve R. Gunn, Asa Ben-Hur, Gideon Dror, 2004. Result analysis of the NIPS 2003 feature selection challenge. In: NIPS. \[Web Link\]. from: https://archive.ics....

1388 sym R (3239 sym/27 pcs) 1 img 5 tbl

Multiple Features and the FDeA

04.10.2022

GDSTM Decorrelation on the multiple features Dataset This document describes the use of the FRESA.CAD::GDSTMDecorrelation() function that runs the feature correlation analysis (FDeA) algorithm on the mfeat data set: https://archive.ics.uci.edu/ml/datasets/Multiple+Features M. van Breukelen, R.P.W. Duin, D.M.J. Tax, and J.E. den Hartog, Handw...

10212 sym R (12755 sym/53 pcs) 25 img 47 tbl