HCI3 Exam 3 - Big Data

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/55

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:32 AM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

56 Terms

1
New cards

big data

extremely large and complex databases that aggregate information of different types and scales from multiple sources and require data processing applications

2
New cards

volume

the amount of data; quantity of generated and stored data

3
New cards

variety

the different forms of data; the type and nature of the data such as text, images, audio, video, etc.

4
New cards

velocity

the speed that new data is generated and moves around; often available in real-time

5
New cards

veracity

the trustworthiness of the data; extended definition for big data that refers to the data quality and value

6
New cards

EHR, insurance claims, smartphone applications, wearable devices, social media, and population genomics data

big data in healthcare may include ______ (6)

7
New cards

text messages, videos, audios, and images

list the four types of data typically sent from a cell phone

8
New cards

structured data

refer to information that is stored in a consistent, organized manner and is typically reported using standard units and ranges like lab results, vital signs, and ICD-based diagnosis

9
New cards

unstructured data

data that is devoid of a clear organization and precision

10
New cards

free-text boxes

the inclusion of _______ in EHR poses a significant challenge for structuring data

11
New cards

NLP and machine learning techniques

used to extract written text from EHRs

12
New cards

natural language processing

borrows concepts and techniques from linguistics, computer science, and engineering to process naturally occurring language

13
New cards

machine learning models

enable computers to extract patterns in datasets and draw conclusions on their own

14
New cards

pharmacovigilance

EhR has already provided valuable insights into ______ such as identification of drug-related adverse events, discrepancies in patient's meds and errors in prescriptions based on comorbidities and risk factors

15
New cards

financial burden of patients

EHRs contain drug cost data to help palliate the ______ and lead to large-scale analyses to allow prescribers to offer the most cost-effective meds to patients

16
New cards

real world data

TriNetX provides access to de-identified EHR data, offering _______

17
New cards

federated data network

TriNetX operates a _______, meaning it connects various healthcare organizations and their data while maintaining data privacy and security

18
New cards

true

T/F: TriNetX is HIPAA (USA) and GDPR (Europe) compliant

19
New cards

notes, raw diagnostic reports, DICOM image objects, providers, departments/clinics, patient level data, and publication guidelines

what information is unavailable in TriNetX?

20
New cards

250 million

approximately how may patients are included in TriNetX?

21
New cards

prevalence and incidence

epidemiology and disease burden studies estimate the ________ of diseases across diverse populations

22
New cards

drug safety and pharmacogivilance

conduct signal detection for adverse drug events, compare incidence of side effects between treatment groups, and identify potential drug-drug interactions

23
New cards

clinical trial feasibility and recruitment

responsible for identifying eligible patient populations for prospective clinical trials, forecast recruitment rates based on historical patient flows, and locate clinical sites with enough patients meeting trial inclusion/exclusion criteria

24
New cards

spurious correlation

describes the phenomenon of important variables being highly correlated with variables with which they have no actual relations when a large number of variabels are evaluated

25
New cards

type 1

spurious correlation is an example of _______ error (false positive)

26
New cards

type 1

error examples include a compound has no effect but FDA approves it, an innocent person goes to jail, and a normal email was recognized as spam by a spam filter

27
New cards

alpha

probability of incorrectly rejecting the Ho

28
New cards

p

general consensus in scientific literature is an alpha level at ______

29
New cards

type 2

error examples include a compound has effect but FDA rejects it, a guilty person goes free, and a spam email was recognized as normal by a spam filter

30
New cards

false negative

a type 2 error is also known as a ______

31
New cards

beta

probability of making a type 2 error

32
New cards

noise accumulation

accumulation of estimation errors when prediction is based on a large number of parameters, leading to poor classification or prediction

33
New cards

true

T/F: when the number of predictors is large, the addition of more predictors improves the predictive power and reduces noise of the model

34
New cards

predictive analytics

a new method of analysis developed to overcome the challenges

35
New cards

predictive modeling, machine learning, and data mining

three statistical techniques used in predictive analytics

36
New cards

construct patient-level data set, reduce dimensionality, and build model with validation and selection

process of predictive analytics

37
New cards

cleansing and normalization of data, aggregation of multiple data sources, de-identification, and validation

steps involved in the construction of a patient-level data set

38
New cards

input

reducing the number of _____ (input/output) dimensions can improve the performance of predictive analytic models

39
New cards

univariate selection

selection acting on one trait in order to reduce dimensionality of predictive model

40
New cards

multivariable regression

statistical modeling that only uses variables strongly associated with the outcome to reduce dimensionality

41
New cards

training set

used for model building

<p>used for model building</p>
42
New cards

validation set

used for model selection

<p>used for model selection</p>
43
New cards

test set

used to assess the performance of the model selected

<p>used to assess the performance of the model selected</p>
44
New cards

overfitting

occurs when a model is excessively complex and describes random error and noise rather than the underlying relationship; represents the data rather than predicting it

45
New cards

randomly splitting the data set

used to mitigate the overfitting problem of the original data set

46
New cards

logistic regression

categorical continuous data uses ________

47
New cards

linear regression

continuous continuous data uses ________

48
New cards

artificial neuron networks, support vector machines, discriminant analysis, and classification trees

models commonly used in big data analytics include ______

49
New cards

binary

specificity, sensitivity, and ROC curve area under the curve are used for _____ (binary/continuous) outcomes

50
New cards

continuous

mean absolute error, mean squared error, and medical absolute error are used for _____ (binary/continuous) outcomes

51
New cards

sensitivity

measures the proportion of actual positive which are correctly identified and is complementary to the false negative rate

52
New cards

specificity

measures the proportion of negatives which are correctly identified and is complementary to the false positive rate

53
New cards

AUROC (area under the curve receiver operating characteristics curve)

one of the most important evaluation metrics for checking any classification model's performance

<p>one of the most important evaluation metrics for checking any classification model's performance</p>
54
New cards

method 1

which method performed better?

<p>which method performed better?</p>
55
New cards

data analyst, pharmacoepidemiologist or outcomes researcher, computer scientist, and system administrator

required resources for big data predictive analytics

56
New cards

computing machines, large storage space, and security protection

infrastructure requirements for predictive analytics