More posts like this
-
Improve predictive models and validation based on ROC
written by n@4j •Hi, I need insight on how to improve my predictive models and validation. In this study, I build predictive models to determine best predictor gene/genes …
-
Per class accuracy and 95% CI for multiclass
written by dhananya •I'm working on multinomial regression model, I have calculated overall accuracy using "confusionMatrix" function by "caret" R package. I also want to calculate per class …
-
RFECV (Recursive Feature Elimination with Cross Validation) grid scores discrepancies
written by ivnnvi •I would like to know why the grid scores obtained by RFECV (Recursive Feature Elimination with Cross Validation) for nth features do not match the …
-
Interpreting partial dependence plots
written by fana •I have created a model predicting an outcome with two classes ("active" and "no history") including 23 features-genes using VST transformed RNA-seq data (134 samples …
-
F1 Score of Recursive Feature Elimination (RFE) Top 20 features Greater than RFE Cross Validation (…
written by ivnnvi •I have ran a series of simulations using Recursive Feature Elimination (RFE) on random forests (RF) and I obtained some puzzling results. Let's say I …
-
varImp function on rfe results
written by lenC_biotecLover •Hello everyone, I've performed a feature selection analysis using `rfe` function from caret package, on a Linearsvm model. When I end the analysis (getting for …
-
rfe function from caret to perform svm-rfe feature selection
written by lenC_biotecLover •Hi everyone, I'm trying to perform an SVM-RFE feature selection using the `caret` package on R: I have a dataset with 1000 and more features …
-
GWAS of ordinal phenotypes with MCMCglmm model
written by rthapa •Hi, I want to do genome-wide association studies of ordinal phenotypes (1,2,3,4,5). Since my phenotypic data is not continuous, I cannot use a generalized linear …
-
Row labelling heatmap in R
written by fana •Could I have specific row labels in bold text but not all of them when creating a heatmap using R? (eg. using heatmap.2 function)
-
Possible methodology-R package for simulating a microarray dataset with both gene and clinical cont…
written by svlachavasDear Community, through R and based on a microarray gene expression dataset (60 samples in total-30 cancer and 30 control samples) and R package caret, …