You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1$\begingroup$ "he basically fed his data into a few different machine learning frameworks and then [...] was able to pick out predictors and levels of significance." Leaving aside the problematic phrase "levels of significance", you will not obtain inferences of statistical significance without distributional assumptions. At that point, you might as well go back to classic statistical models since the change of variables for most ML models [...] $\endgroup$Galen– Galen2023-08-16 15:34:28 +00:00Commented Aug 16, 2023 at 15:34
- 1$\begingroup$ [...] becomes infeasible to work out. And since we do not have IID assumptions, you cannot just bootstrap a p-value from retraining your ML model on resamplings of the data. Furthermore, ML models often have parameters which cannot be readily coupled to human-understandable hypothesis. $\endgroup$Galen– Galen2023-08-16 15:34:45 +00:00Commented Aug 16, 2023 at 15:34
- $\begingroup$ I think the key is that ML models are not totally obscure. The value was the ability to pick out, from the mess of data that is a transplant patient's record, what was important and non-random. Again, it was about 12 years ago when he presented his work, so I am hoping that someone who works w/ various ML models--again, generalizations about "often" but rather looking for a particular ML--I want to say he was using a Bayesian network with kernel density estimation, but, as I mentioned, I was hoping to prompt someone who might be able to comment on the specifics, rather than just "most". $\endgroup$DrKC– DrKC2023-08-16 15:49:49 +00:00Commented Aug 16, 2023 at 15:49
- $\begingroup$ That doesn't have anything to do with the underlying problem when dealing with a small amount of information which is not independent and I don't have quite the statistical intuition to make any sort of recommendation without knowing what the data actually looks like. $\endgroup$DrKC– DrKC2023-08-16 15:53:52 +00:00Commented Aug 16, 2023 at 15:53
- $\begingroup$ A Bayesian network is explicitly a probability distribution, representing a factorization of a joint distribution using the chain rule of probability, which relates to what I was saying about distributional assumptions being required to make inferences of statistical significance. Used in conjunction with KDE this makes the inference a nonparametric statistical procedure. There are no specifics to comment on unless they are provided, and without them there are too many possibilities to consider or discuss. $\endgroup$Galen– Galen2023-08-16 16:06:47 +00:00Commented Aug 16, 2023 at 16:06
| Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. machine-learning), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you