Community Profile

photo

Thomas Kirsh


Last seen: 3개월 전 2019년부터 활동

통계

  • Thankful Level 2
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
How can I split a continuous target into a train/test set such that the mean and standard deviation are the same?
The way to do it is to bin the target into bins depending on what makes sense for your target. target = randn(100, 1); binn...

4개월 전 | 0

질문


How can I split a continuous target into a train/test set such that the mean and standard deviation are the same?
I'm trying to do an 80-20 split on my target so that the distributions are the same. I've tried using cvpartition but I don't be...

4개월 전 | 답변 수: 1 | 0

1

답변

질문


Get Shapley values for the whole model
I'm trying to get the Shapley values for my classification model so that I can estimate the feature importances. However, based ...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


Inherit or Copy ClassificationLinear
I'm trying to use shapley to get the Shapley values for my logistic regression model. However, I got my model using glmfit and j...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


If I try to use `sprintf` to format a string as numeric, why does a different number get passed?
When I try to format strings with numeric values using sprintf, I notice that if I forget to change the value that I'm trying to...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


What is the architectural difference between using `feedforwardnet` and `fitcnet`?
I'm trying to train and evaluate a simple ANN for binary classification. It seems that I can use both fitcnet and feedforwardnet...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


predictorImportance changes between releases
I've been debugging an old bagged ensemble tree model and I noticed that when I run the model using MATLAB R2019a, R2017b, and R...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


writetable adds unnecessary columns to Excel file
I'm trying to save my table to an Excel spreadsheet. test_limits = {'1', '2', '3'}; test_sens = {'0.54(0.02)', '0.89(0.01)', ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I add the C parameter as a single value in fitcsvm?
The 'Cost' parameter in fitcsvm is usually used to add weights to imbalanced classes, not modifying the constraint on the hyperp...

3년 초과 전 | 0

| 수락됨

질문


How can I add the C parameter as a single value in fitcsvm?
According to the documentation, fitcsvm require the Cost parameter to be a 2x2 matrix (or a structure), specifying the cost for ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Why do I receive License Manager Error -16?
I received this message on a supercomputer at my university and I was able to fix the problem by increasing the amount of memory...

대략 4년 전 | 0