![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19510972_1599806753887_DEF.jpg)
Yooya yooya
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
83 375
of 297 046
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
18.18%
VOTES RECEIVED
0
RANK
of 20 422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 776
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How can I use Grid search on these parameters?
How can I use Grid search on following parameters? -MaxNumSplits -MinLeafSize -SplitCriterion -NumVariablesTosample % dec...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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);
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
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(...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
Is hyperparameters the same as optimal parameters?
Is hyperparameters the same as optimal parameters?
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
what parameters can I use for naive bayes model?
% Train the classifier Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);
ungefär 4 år ago | 0 answers | 0
0
answersQuestion
How to use Grid search to find the optimal hyperparameters ?
% Train the classifier knn = ClassificationKNN.fit(Xtrain,Ytrain,'Distance','seuclidean');
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
How to measure how long it takes to run on test set ?
% Make a prediction for the test set Y_knn = knn.predict(Xtest);
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
How can compare models using ROC curve?
How can compare models using ROC curve? For example Naive Bayes and Decision Tree
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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
mer än 4 år ago | 2 answers | 0
2
answersQuestion
How do I find the accuracy of the model
How do I find the accuracy of the decision tree modeL ?
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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!
mer än 4 år ago | 1 answer | 0