Data science very basic Flashcards

1
Q

chi square test

A

You use a Chi-square test for hypothesis tests about whether your data is as expected. The basic idea behind the test is to compare the observed values in your data to the expected values that you would see if the null hypothesis is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

clean a conda environment of cache files

A

conda clean –all

“Be cautious while using”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

subcomponent to sentence phrase matching ngram technique

A

ngram window = len(token(subcomponent))

use this window to slide through the sentence to get the best matching phrase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Biomedical data noise filtering

A

use ner packages and entity linkers to filter the best sentences
Pfinder topic modeling project

How well did you know this?
1
Not at all
2
3
4
5
Perfectly