Yooya yooya
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
69.293
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
18.18%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
How can I use Grid search on these parameters?
How can I use Grid search on following parameters? -MaxNumSplits -MinLeafSize -SplitCriterion -NumVariablesTosample % dec...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
What different parameters can I use to see any effect it has on the model?
% Train the classifier Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do we vary hyperparameters to find the optimal values?
How do we vary hyperparameters to find the optimal values for naive bayes model? % Train the classifier Nb = NaiveBayes.fit(...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Is hyperparameters the same as optimal parameters?
Is hyperparameters the same as optimal parameters?
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
what parameters can I use for naive bayes model?
% Train the classifier Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use Grid search to find the optimal hyperparameters ?
% Train the classifier knn = ClassificationKNN.fit(Xtrain,Ytrain,'Distance','seuclidean');
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to measure how long it takes to run on test set ?
% Make a prediction for the test set Y_knn = knn.predict(Xtest);
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can compare models using ROC curve?
How can compare models using ROC curve? For example Naive Bayes and Decision Tree
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I find the mean and standard deviation of each column for this data?
what code would produce a table of the mean and standard deviation
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I find the accuracy of the model
How do I find the accuracy of the decision tree modeL ?
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get ride of duplicate rows?
How do I see how many duplicate rows there are in the bank-marketing dataset? and how do I get rid of them? Thank you!
alrededor de 4 años hace | 1 respuesta | 0