Yooya yooya
Followers: 0 Following: 0
Statistica
11 Domande
0 Risposte
RANK
69.278
of 295.486
REPUTAZIONE
0
CONTRIBUTI
11 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
18.18%
VOTI RICEVUTI
0
RANK
of 153.950
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How can I use Grid search on these parameters?
How can I use Grid search on following parameters? -MaxNumSplits -MinLeafSize -SplitCriterion -NumVariablesTosample % dec...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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);
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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(...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Is hyperparameters the same as optimal parameters?
Is hyperparameters the same as optimal parameters?
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
what parameters can I use for naive bayes model?
% Train the classifier Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
quasi 4 anni fa | 0 risposte | 0
0
risposteDomanda
How to use Grid search to find the optimal hyperparameters ?
% Train the classifier knn = ClassificationKNN.fit(Xtrain,Ytrain,'Distance','seuclidean');
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
How to measure how long it takes to run on test set ?
% Make a prediction for the test set Y_knn = knn.predict(Xtest);
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
How can compare models using ROC curve?
How can compare models using ROC curve? For example Naive Bayes and Decision Tree
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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
circa 4 anni fa | 2 risposte | 0
2
risposteDomanda
How do I find the accuracy of the model
How do I find the accuracy of the decision tree modeL ?
circa 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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!
circa 4 anni fa | 1 risposta | 0