Thomas Kirsh
Followers: 0 Following: 0
Estadística
10 Preguntas
2 Respuestas
CLASIFICACIÓN
142.279
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
MATLAB Crashes when trying to run "svmtrain" on CentOS
I'm trying to run some feature selection and classification models using libsvm on my university's supercomputer. I haven't had ...
7 meses hace | 1 respuesta | 0
1
respuestaPregunta
How can I use repeated, k-fold cross-validation results with rocmetrics?
I have 10-repeat 5-fold cross-validation scores and labels for a model that I'm trying to efficiently plot ROC curves for usine ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaHow can I split a continuous target into a train/test set such that the mean and standard deviation are the same?
The way to do it is to bin the target into bins depending on what makes sense for your target. target = randn(100, 1); binn...
más de 1 año hace | 0
Pregunta
How can I split a continuous target into a train/test set such that the mean and standard deviation are the same?
I'm trying to do an 80-20 split on my target so that the distributions are the same. I've tried using cvpartition but I don't be...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Get Shapley values for the whole model
I'm trying to get the Shapley values for my classification model so that I can estimate the feature importances. However, based ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Inherit or Copy ClassificationLinear
I'm trying to use shapley to get the Shapley values for my logistic regression model. However, I got my model using glmfit and j...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
If I try to use `sprintf` to format a string as numeric, why does a different number get passed?
When I try to format strings with numeric values using sprintf, I notice that if I forget to change the value that I'm trying to...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
What is the architectural difference between using `feedforwardnet` and `fitcnet`?
I'm trying to train and evaluate a simple ANN for binary classification. It seems that I can use both fitcnet and feedforwardnet...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
predictorImportance changes between releases
I've been debugging an old bagged ensemble tree model and I noticed that when I run the model using MATLAB R2019a, R2017b, and R...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
writetable adds unnecessary columns to Excel file
I'm trying to save my table to an Excel spreadsheet. test_limits = {'1', '2', '3'}; test_sens = {'0.54(0.02)', '0.89(0.01)', ...
más de 4 años hace | 1 respuesta | 0
1
respuestaHow can I add the C parameter as a single value in fitcsvm?
The 'Cost' parameter in fitcsvm is usually used to add weights to imbalanced classes, not modifying the constraint on the hyperp...
más de 4 años hace | 0
| aceptada
Pregunta
How can I add the C parameter as a single value in fitcsvm?
According to the documentation, fitcsvm require the Cost parameter to be a 2x2 matrix (or a structure), specifying the cost for ...
más de 4 años hace | 1 respuesta | 0