photo

Yooya yooya


Last seen: oltre 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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!

oltre 3 anni fa | 1 risposta | 0

1

risposta