![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19510972_1599806753887_DEF.jpg)
Yooya yooya
Followers: 0 Following: 0
Statistik
11 Fragen
0 Antworten
RANG
185.457
of 297.016
REPUTATION
0
BEITRÄGE
11 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
18.18%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How can I use Grid search on these parameters?
How can I use Grid search on following parameters? -MaxNumSplits -MinLeafSize -SplitCriterion -NumVariablesTosample % dec...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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);
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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(...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is hyperparameters the same as optimal parameters?
Is hyperparameters the same as optimal parameters?
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
what parameters can I use for naive bayes model?
% Train the classifier Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to use Grid search to find the optimal hyperparameters ?
% Train the classifier knn = ClassificationKNN.fit(Xtrain,Ytrain,'Distance','seuclidean');
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to measure how long it takes to run on test set ?
% Make a prediction for the test set Y_knn = knn.predict(Xtest);
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can compare models using ROC curve?
How can compare models using ROC curve? For example Naive Bayes and Decision Tree
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I find the accuracy of the model
How do I find the accuracy of the decision tree modeL ?
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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!
mehr als 4 Jahre vor | 1 Antwort | 0