photo

Yooya yooya


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 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...

3年以上 前 | 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);

3年以上 前 | 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(...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

3年以上 前 | 0 件の回答 | 0

0

回答

質問


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

3年以上 前 | 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);

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

3年以上 前 | 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

3年以上 前 | 2 件の回答 | 0

2

回答

質問


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

3年以上 前 | 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!

3年以上 前 | 1 件の回答 | 0

1

回答