Yooya yooya - MATLAB Central
photo

Yooya yooya


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 11/20 to 04/25Use left and right arrows to move selectionFrom 11/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

11 个提问
0 个回答

排名
234,065
of 298,132

声誉
0

贡献数
11 个提问
0 个回答

回答接受率
18.18%

收到投票数
0

排名
 of 20,538

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,453

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I use Grid search on these parameters?
How can I use Grid search on following parameters? -MaxNumSplits -MinLeafSize -SplitCriterion -NumVariablesTosample % dec...

4 years 前 | 1 个回答 | 0

1

个回答

提问


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);

4 years 前 | 1 个回答 | 0

1

个回答

提问


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(...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Is hyperparameters the same as optimal parameters?
Is hyperparameters the same as optimal parameters?

4 years 前 | 1 个回答 | 0

1

个回答

提问


what parameters can I use for naive bayes model?
% Train the classifier Nb = NaiveBayes.fit(Xtrain,Ytrain,'Distribution',dist);

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to use Grid search to find the optimal hyperparameters ?
% Train the classifier knn = ClassificationKNN.fit(Xtrain,Ytrain,'Distance','seuclidean');

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to measure how long it takes to run on test set ?
% Make a prediction for the test set Y_knn = knn.predict(Xtest);

4 years 前 | 1 个回答 | 0

1

个回答

提问


How can compare models using ROC curve?
How can compare models using ROC curve? For example Naive Bayes and Decision Tree

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 2 个回答 | 0

2

个回答

提问


How do I find the accuracy of the model
How do I find the accuracy of the decision tree modeL ?

4 years 前 | 1 个回答 | 0

1

个回答

提问


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!

4 years 前 | 1 个回答 | 0

1

个回答